[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 512   SHUFFLE   <  SKIP 942  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
19415Collins, Devin60323FrankfurtHessenGermany
22075Patel, Pedro90706BellflowerCaliforniaUnited States
24236Nelson, Isabella98020EdmondsWashingtonUnited States
17205Wang, Lisa, JRG41 1QWWokinghamEnglandUnited Kingdom
17701Washington, CassidyWA1WarringtonEnglandUnited Kingdom
23789Walker, Ryan, A94519ConcordCaliforniaUnited States

Generated 2025-07-12 05:09:16.471 UTC