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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21425Hall, Carlos91950National CityCaliforniaUnited States
15485Wright, Jordan91932Imperial BeachCaliforniaUnited States
22381Patterson, Hunter, B95010HofBayernGermany

Generated 2025-07-13 14:57:47.872 UTC