[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 2000   SHUFFLE   <  SKIP 1361  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20276Sanchez, Haley, R98104SeattleWashingtonUnited States
11045Nara, Leonard, G2036MatravilleNew South WalesAustralia
22367Griffin, Jasmine94303Palo AltoCaliforniaUnited States

Generated 2025-07-20 22:21:35.351 UTC