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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15341Deng, Lacey94519ConcordCaliforniaUnited States
21820Nath, Priscilla, H59491Villeneuve-d'AscqNordFrance
28824Gonzales, Brandon, D98052RedmondWashingtonUnited States

Generated 2025-07-11 15:11:32.077 UTC