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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25976Coleman, Hunter, F92020El CajonCaliforniaUnited States
27468Powell, Robert, C92020El CajonCaliforniaUnited States
27611Edwards, Jack, W92020El CajonCaliforniaUnited States

Generated 2025-07-13 04:09:47.311 UTC