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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12881Edwards, Isabella, A91502BurbankCaliforniaUnited States
14206West, Edwin34117KasselHessenGermany
19551Alexander, Samuel98052RedmondWashingtonUnited States

Generated 2025-07-18 04:14:40.205 UTC