[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 4405   <  SKIP 456  >   <  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-18 15:48:05.548 UTC