[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 1977   SHUFFLE   <  SKIP 1379  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18920Young, Jonathan94063Redwood CityCaliforniaUnited States
12768Chapman, Johnathan, J94014ColmaCaliforniaUnited States
23356Ward, Grace, S94010BurlingameCaliforniaUnited States

Generated 2025-07-22 04:36:26.581 UTC