[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 2666  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27750Phillips, Carlos, D94010BurlingameCaliforniaUnited States
27301Zhou, Clarence94010BurlingameCaliforniaUnited States
28267Young, Jordan, J94010BurlingameCaliforniaUnited States
28275Howard, Ian, L94010BurlingameCaliforniaUnited States

Generated 2025-07-10 09:45:30.719 UTC