[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 512   <  SKIP 3546  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22330Walker, Jose94519ConcordCaliforniaUnited States
22355Jones, Logan94519ConcordCaliforniaUnited States
22719Brooks, Jesse94519ConcordCaliforniaUnited States

Generated 2025-07-12 11:37:31.714 UTC