[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 2069  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22434Schmidt, BillySE1 8HLLondonEnglandUnited Kingdom
23391Moreno, Joanna94704BerkeleyCaliforniaUnited States
11988Chapman, Kathryn2580GoulburnNew South WalesAustralia

Generated 2025-07-18 00:36:33.652 UTC