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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23354Gomez, Eddie90706BellflowerCaliforniaUnited States
23823Davis, Samuel, K90706BellflowerCaliforniaUnited States
24387Mitchell, Elijah, A90706BellflowerCaliforniaUnited States
24401Rana, Douglas90706BellflowerCaliforniaUnited States

Generated 2025-07-05 08:06:49.330 UTC