[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 750   <  SKIP 4061  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20005Zhang, Kevin, V90241DowneyCaliforniaUnited States
20502Harris, John90241DowneyCaliforniaUnited States
20638Collins, Thomas, C90241DowneyCaliforniaUnited States
21476Jenkins, Hunter90241DowneyCaliforniaUnited States

Generated 2025-07-14 06:09:09.192 UTC