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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11228Jones, Ashley, R92020El CajonCaliforniaUnited States
11671Brown, Jessica, L92020El CajonCaliforniaUnited States
11683Taylor, Greg, M92020El CajonCaliforniaUnited States

Generated 2025-07-16 00:12:05.205 UTC