[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 500   <  SKIP 3525  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20306Baker, Mary94519ConcordCaliforniaUnited States
20336Young, Ian94519ConcordCaliforniaUnited States
20376Lewis, Destiny94519ConcordCaliforniaUnited States

Generated 2025-07-10 04:36:13.859 UTC