[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 1993   SHUFFLE   <  SKIP 3042  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11786Murphy, Ian, G98052RedmondWashingtonUnited States
22520Torres, Rodney, LSW8 1XDLondonEnglandUnited Kingdom
18379Robinson, Abigail, RV6B 3P7Port HammondBritish ColumbiaCanada

Generated 2025-07-19 03:51:06.590 UTC