[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 4000   SHUFFLE   <  SKIP 1897  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18501Powell, Alexandra99362Walla WallaWashingtonUnited States
14494Diaz, Cameron97301SalemOregonUnited States
22836Sai, Michele24044KielSaarlandGermany
26324Brooks, Faith98052RedmondWashingtonUnited States

Generated 2025-07-16 22:49:43.515 UTC