[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 650   SHUFFLE   <  SKIP 356  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20121Butler, Dylan97301SalemOregonUnited States
13032Baker, Kevin91950National CityCaliforniaUnited States
25417Bell, Savannah94010BurlingameCaliforniaUnited States

Generated 2025-07-17 22:32:09.278 UTC