[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 0   SHUFFLE   <  SKIP 2272  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14115Gonzales, Samantha97330CorvallisOregonUnited States
28343Morgan, Shelby98052RedmondWashingtonUnited States
15973Garcia, Christopher98284Sedro WoolleyWashingtonUnited States

Generated 2025-10-31 16:05:01.794 UTC