[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 250   <  SKIP 3028  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28784Gomez, Briana, A91910Chula VistaCaliforniaUnited States
28846Lopez, Cynthia, D91910Chula VistaCaliforniaUnited States
28997Carlson, Hector91910Chula VistaCaliforniaUnited States
29003Perez, Veronica91910Chula VistaCaliforniaUnited States

Generated 2025-07-09 05:56:37.071 UTC