[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 5257  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13759Scott, Jackson92020El CajonCaliforniaUnited States
13932Sanchez, Timothy92020El CajonCaliforniaUnited States
13875Williams, Samantha, C92020El CajonCaliforniaUnited States
13903Hernandez, Elijah92020El CajonCaliforniaUnited States
14089Gray, Kaitlyn, L92020El CajonCaliforniaUnited States
14040Morris, Stephanie, S92020El CajonCaliforniaUnited States

Generated 2025-07-11 17:54:26.814 UTC