[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 2421   SHUFFLE   <  SKIP 4212  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
11662Kumar, Ethan97222MilwaukieOregonUnited States
28965Morris, Trinity, S97205PortlandOregonUnited States
26287Baker, Elijah97355LebanonOregonUnited States
21794James, Alyssa, J90241DowneyCaliforniaUnited States

Generated 2025-07-11 20:31:04.410 UTC