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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
29250Williams, Anthony, V98901YakimaWashingtonUnited States
11636Cox, Kimberly, K94015Daly CityCaliforniaUnited States
14627Hill, Isaiah, D94070San CarlosCaliforniaUnited States

Generated 2025-07-18 22:12:49.856 UTC