[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 1562   <  SKIP 3758  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23269Griffin, Taylor, E92020El CajonCaliforniaUnited States
23388Henderson, Ana92020El CajonCaliforniaUnited States
23705Bryant, Jeremy92020El CajonCaliforniaUnited States

Generated 2025-10-14 15:36:22.673 UTC