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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27660Carlson, Gerald, A94519ConcordCaliforniaUnited States
28042Brown, Joseph, M94519ConcordCaliforniaUnited States
28043Young, Gabrielle, L94519ConcordCaliforniaUnited States

Generated 2025-07-07 09:40:32.634 UTC