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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13402Turner, Gabriel, E92020El CajonCaliforniaUnited States
13903Hernandez, Elijah92020El CajonCaliforniaUnited States
13875Williams, Samantha, C92020El CajonCaliforniaUnited States

Generated 2025-07-11 23:06:30.056 UTC