[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 840   SHUFFLE   <  SKIP 2  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13658Bennett, Wyatt, J98052RedmondWashingtonUnited States
18067King, Jackson, E97205PortlandOregonUnited States
14451Moore, Tyler90712LakewoodCaliforniaUnited States

Generated 2025-07-10 02:40:25.552 UTC