[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 0   SHUFFLE   <  SKIP 2049  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20107Morris, Danielle, W98055RentonWashingtonUnited States
17844Zeng, Martha, JW1Y 3RALondonEnglandUnited Kingdom
19579Zheng, Dawn, F1002SydneyNew South WalesAustralia

Generated 2025-11-05 12:17:59.859 UTC