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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20648Mitchell, Jordan, E92806La JollaCaliforniaUnited States
20523Howard, Emma92806La JollaCaliforniaUnited States
20535Torres, Riley, T92806La JollaCaliforniaUnited States

Generated 2025-07-12 13:08:16.134 UTC