[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 3311   SHUFFLE   <  SKIP 517  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20411James, Cole, S92020El CajonCaliforniaUnited States
27469Gill, Anne2055North SydneyNew South WalesAustralia
23262Kelly, Sydney97330CorvallisOregonUnited States

Generated 2025-07-19 20:03:10.522 UTC