[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   SHUFFLE   SKIP 250   <  SKIP 124  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11821Johnson, Austin90210Beverly HillsCaliforniaUnited States
20406Munoz, Felicia, D3198SeafordVictoriaAustralia
15851Anderson, Taylor, A98201EverettWashingtonUnited States

Generated 2025-07-08 22:37:33.531 UTC