[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 250   SHUFFLE   <  SKIP 111  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21173Yuan, Chad, C2500WollongongNew South WalesAustralia
18856Green, Thomas94303Palo AltoCaliforniaUnited States
16744Guo, Lacey2113North RydeNew South WalesAustralia
23600Sharma, Peter77127LieusaintSeine et MarneFrance

Generated 2025-07-17 11:26:19.199 UTC