[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 3323  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19711Cooper, Devin97222MilwaukieOregonUnited States
12354Ortega, Lance, C3220GeelongVictoriaAustralia
15375Chande, Alisha, M94014ColmaCaliforniaUnited States

Generated 2025-07-15 13:42:26.761 UTC