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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26531Reed, Jeremy94010BurlingameCaliforniaUnited States
26539Hayes, Faith94010BurlingameCaliforniaUnited States
26575Gonzalez, Toni, E94010BurlingameCaliforniaUnited States
27105Perez, Sean94010BurlingameCaliforniaUnited States

Generated 2025-11-05 09:51:45.108 UTC