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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16875Diaz, Samantha, A92118CoronadoCaliforniaUnited States
17038Wang, Ernest92118CoronadoCaliforniaUnited States
17129Powell, Gabrielle, F92118CoronadoCaliforniaUnited States

Generated 2025-07-11 12:10:27.795 UTC