[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 125   <  SKIP 55  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19152Walker, Jonathan97005BeavertonOregonUnited States
19227Nelson, Logan, F97005BeavertonOregonUnited States
19396Prasad, Tammy97005BeavertonOregonUnited States
19528Hall, Bailey, C97005BeavertonOregonUnited States

Generated 2025-10-08 21:01:46.971 UTC