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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26791Nath, Kelvin, M77520BaytownTexasUnited States
11021Wilson, Destiny97005BeavertonOregonUnited States
11145Coleman, Jasmine, L97005BeavertonOregonUnited States

Generated 2025-07-06 19:23:40.144 UTC