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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28112Evans, Savannah, K90241DowneyCaliforniaUnited States
28151Walker, Katherine, L90241DowneyCaliforniaUnited States
28223Davis, Jessica90241DowneyCaliforniaUnited States
28237Foster, Hailey, J90241DowneyCaliforniaUnited States

Generated 2025-07-11 23:28:09.466 UTC