[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 250   SHUFFLE   <  SKIP 975  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21717King, Angel, M90505TorranceCaliforniaUnited States
27934Ms., Slaven, Lanna, A.91940Les UlisEssonneFrance
14629Hernandez, Blake98168BurienWashingtonUnited States
15486Griffin, Kevin97071WoodburnOregonUnited States

Generated 2025-07-09 07:04:46.510 UTC