[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 480   SHUFFLE   <  SKIP 132  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26333Alexander, Alexandria97205PortlandOregonUnited States
23194Cook, Shelby, M94015Daly CityCaliforniaUnited States
15269King, Chloe, W98201EverettWashingtonUnited States
18410Davis, Joshua, M91932Imperial BeachCaliforniaUnited States

Generated 2025-07-20 03:45:51.139 UTC