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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20327Perez, Sophia94070San CarlosCaliforniaUnited States
21302Foster, Logan, F97222MilwaukieOregonUnited States
19664Alexander, Ethan, A97205PortlandOregonUnited States

Generated 2025-07-22 12:07:44.705 UTC