[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 750   <  SKIP 4762  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15565Mitchell, Kyle98201EverettWashingtonUnited States
15851Anderson, Taylor, A98201EverettWashingtonUnited States
15901Bryant, Taylor, D98201EverettWashingtonUnited States

Generated 2025-07-16 19:24:04.416 UTC