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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11790Gonzalez, Timothy, C91910Chula VistaCaliforniaUnited States
11844Alvarez, Michele, J91910Chula VistaCaliforniaUnited States
12708Pal, Bonnie91910Chula VistaCaliforniaUnited States

Generated 2025-07-19 19:52:18.927 UTC