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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28041Wright, Rebecca, J98501OlympiaWashingtonUnited States
21608Griffin, David98052RedmondWashingtonUnited States
23049Moreno, Gina, J97005BeavertonOregonUnited States

Generated 2025-07-11 14:22:55.986 UTC