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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28790Howard, Seth97034Lake OswegoOregonUnited States
28852Watson, Mariah, R97034Lake OswegoOregonUnited States
29150Griffin, Wyatt, C97034Lake OswegoOregonUnited States

Generated 2025-07-17 08:15:50.306 UTC