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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19735Reed, Mackenzie, M92806La JollaCaliforniaUnited States
19999Brooks, Danielle92806La JollaCaliforniaUnited States
19878Jackson, Morgan, P92806La JollaCaliforniaUnited States
20105Taylor, Alexis92806La JollaCaliforniaUnited States

Generated 2025-07-20 23:38:58.198 UTC