[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 456   SHUFFLE   <  SKIP 378  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18398Sanchez, Geoffrey94014ColmaCaliforniaUnited States
28159Yang, Tamara, R94704BerkeleyCaliforniaUnited States
22424Rai, Edwin, M77680Roissy en BrieSeine et MarneFrance
13032Baker, Kevin91950National CityCaliforniaUnited States

Generated 2025-07-22 13:12:09.565 UTC