[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 650   SHUFFLE   <  SKIP 2303  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11763Fernandez, Ross, R2777SpringwoodNew South WalesAustralia
27442Raman, Janelle, C94014ColmaCaliforniaUnited States
16552Sanchez, Joe, S04139LeipzigNordrhein-WestfalenGermany

Generated 2025-07-13 10:22:44.642 UTC