[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 512   SHUFFLE   <  SKIP 5712  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12965Bell, Cody, A91950National CityCaliforniaUnited States
15422Griffin, Kelly, F97068W. LinnOregonUnited States
14221Zhao, Glenn, C2065St. LeonardsNew South WalesAustralia

Generated 2025-07-14 17:27:44.669 UTC