[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 0   SHUFFLE   <  SKIP 1871  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13332Alonso, Neil, M94014ColmaCaliforniaUnited States
23001Munoz, Julio97005BeavertonOregonUnited States
18994Allen, Jackson, J98027IssaquahWashingtonUnited States
22883Morgan, Xavier97222MilwaukieOregonUnited States

Generated 2025-11-05 11:24:43.980 UTC