[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 3000  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21350Sharma, Mindy91910Chula VistaCaliforniaUnited States
19312Zheng, Valerie, RSW8 4BGLondonEnglandUnited Kingdom
24934Tang, Lindsay, P92118CoronadoCaliforniaUnited States
13935Sanchez, Kimberly, L94611OaklandCaliforniaUnited States
11998Sharma, Donna4171HawthorneQueenslandAustralia
11249Patel, Cindy, A66272Sulzbach TaunusSaarlandGermany

Generated 2025-10-23 09:20:14.623 UTC