[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 65  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16543McDonald, JennyW1Y 3RALondonEnglandUnited Kingdom
27045Brooks, Angel, D98052RedmondWashingtonUnited States
18047Alvarez, Latasha53131BonnHamburgGermany

Generated 2025-07-17 12:01:49.729 UTC