[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 213  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15313Morris, Garrett, C97205PortlandOregonUnited States
18872Severino, Miguel98312BremertonWashingtonUnited States
14618Baker, Gabrielle, D98027IssaquahWashingtonUnited States

Generated 2025-07-12 16:09:30.844 UTC