[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 189   SHUFFLE   <  SKIP 200  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25197Perry, Kyle, J91364Woodland HillsCaliforniaUnited States
26101Smith, Phillip, S98225BellinghamWashingtonUnited States
18022Alvarez, Victor12171BerlinSaarlandGermany
12702Shan, Yolanda4810TownsvilleQueenslandAustralia

Generated 2025-07-21 14:23:44.986 UTC