[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 9345  >   <  TAKE 2  >   

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

2 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16909Walker, Chloe, M90802Long BeachCaliforniaUnited States
17039Watson, Ariana90802Long BeachCaliforniaUnited States

Generated 2025-07-16 06:05:20.737 UTC