[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 512   SHUFFLE   <  SKIP 1048  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17149Richardson, Steven98270MarysvilleWashingtonUnited States
24794Sanchez, Cody97068W. LinnOregonUnited States
28133Huang, Willie, C2138RhodesNew South WalesAustralia

Generated 2025-07-11 11:53:13.575 UTC