[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 394   SHUFFLE   <  SKIP 888  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16883Davis, Tyler, A90712LakewoodCaliforniaUnited States
11280Collins, Robert98036LynnwoodWashingtonUnited States
28020Griffin, Lucas98201EverettWashingtonUnited States

Generated 2025-07-19 05:32:57.731 UTC