[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 998   SHUFFLE   <  SKIP 714  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20174Gonzalez, Douglas, E12311BerlinHamburgGermany
23733Gomez, Natasha, G98312BremertonWashingtonUnited States
14590Butler, Marissa, E94519ConcordCaliforniaUnited States

Generated 2025-07-16 07:41:45.556 UTC