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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21683Suri, HenryYO15YorkEnglandUnited Kingdom
16477Gonzales, Anna, E98312BremertonWashingtonUnited States
22335Taylor, Anthony, F98033KirklandWashingtonUnited States

Generated 2025-07-12 09:47:39.751 UTC