[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 1750   SHUFFLE   <  SKIP 560  >   <  TAKE 2  >   

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

2 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23872Garcia, Matthew97071WoodburnOregonUnited States
24653Barnes, Victoria98036LynnwoodWashingtonUnited States

Generated 2025-11-06 04:28:22.408 UTC