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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20139Wright, Connor90401Santa MonicaCaliforniaUnited States
18952Hernandez, Chloe97222MilwaukieOregonUnited States
22367Griffin, Jasmine94303Palo AltoCaliforniaUnited States

Generated 2025-07-20 03:52:56.770 UTC