[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 1925   SHUFFLE   <  SKIP 689  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15963Smith, Madison, M98371PuyallupWashingtonUnited States
22062Flores, Cameron90241DowneyCaliforniaUnited States
14959Patel, Ross59000LilleNordFrance
19694Perez, Stephanie98020EdmondsWashingtonUnited States

Generated 2025-07-16 10:34:07.791 UTC