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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15388Smith, Victoria90241DowneyCaliforniaUnited States
15203Lewis, David90241DowneyCaliforniaUnited States
15835Smith, Marcus, R90241DowneyCaliforniaUnited States

Generated 2025-07-10 09:37:38.304 UTC