[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 250   SHUFFLE   <  SKIP 1050  >   <  TAKE 3  >   

Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25257Sanchez, Harold, T91910Chula VistaCaliforniaUnited States
12272Alexander, Justin, MLE18LeedsEnglandUnited Kingdom
13421Patterson, Alyssa, C95062Santa CruzCaliforniaUnited States

Generated 2025-07-09 06:17:05.061 UTC