[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 444   SHUFFLE   <  SKIP 2555  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23262Kelly, Sydney97330CorvallisOregonUnited States
24568Mitchell, Jose, FGA10GatesheadEnglandUnited Kingdom
14988Lu, MandySW19 3RULondonEnglandUnited Kingdom

Generated 2025-07-13 15:35:36.171 UTC