[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 512   SHUFFLE   <  SKIP 1461  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18760Wood, Morgan, M90241DowneyCaliforniaUnited States
21312Scott, Connor, R97355LebanonOregonUnited States
16086Watson, Charles, W90706BellflowerCaliforniaUnited States
14373Jai, Ricardo94010BurlingameCaliforniaUnited States

Generated 2025-07-12 22:16:30.203 UTC