[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 4000   SHUFFLE   <  SKIP 1171  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18406Ross, Zachary91932Imperial BeachCaliforniaUnited States
13715Sanchez, Eduardo91910Chula VistaCaliforniaUnited States
20421Alexander, Victoria, C90706BellflowerCaliforniaUnited States
28970Peterson, Danielle, L97045Oregon CityOregonUnited States

Generated 2025-07-16 02:59:17.643 UTC