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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28105Garcia, Hannah90241DowneyCaliforniaUnited States
28112Evans, Savannah, K90241DowneyCaliforniaUnited States
28151Walker, Katherine, L90241DowneyCaliforniaUnited States

Generated 2025-07-11 15:36:36.207 UTC