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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20017Sanders, Anna, E94536FremontCaliforniaUnited States
21529Martinez, Kristi, L45000OrleansLoiretFrance
25098Long, Logan97330CorvallisOregonUnited States

Generated 2025-07-14 08:50:20.576 UTC