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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14891Hayes, Kyle, E94063Redwood CityCaliforniaUnited States
28392Green, Luke, RGA10GatesheadEnglandUnited Kingdom
25508Cook, Melissa20354HamburgHamburgGermany

Generated 2025-07-18 18:02:49.304 UTC