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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15372Alexander, Miguel98312BremertonWashingtonUnited States
18096Kelly, Ariana, R90210Beverly HillsCaliforniaUnited States
11781Gray, Carlos94015Daly CityCaliforniaUnited States

Generated 2025-07-20 06:35:23.503 UTC