[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 2500   SHUFFLE   <  SKIP 68  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11421Sun, Amy, C63009OffenbachSaarlandGermany
13580Xu, Carol, P63009OffenbachSaarlandGermany
11011Lu, Curtis4169East BrisbaneQueenslandAustralia
27712Munoz, Teresa, R4655Hervey BayQueenslandAustralia

Generated 2025-07-15 06:13:52.792 UTC