[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 2900  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23671Thomas, Fernando, L98312BremertonWashingtonUnited States
16451Stone, Karl, L63151MühlheimHamburgGermany
18923Kapoor, Cassandra98225BellinghamWashingtonUnited States
17093Sanchez, Seth33098PaderbornNordrhein-WestfalenGermany

Generated 2025-07-12 12:07:50.222 UTC