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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18392Gonzales, Jasmine, CV8XRoyal OakBritish ColumbiaCanada
17795Diaz, Jaime, AGA10GatesheadEnglandUnited Kingdom
18232Edwards, Sophia, R94947NovatoCaliforniaUnited States

Generated 2025-07-14 13:35:47.109 UTC