[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 650   SHUFFLE   <  SKIP 4140  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15043Gonzalez, Joel, A3000MelbourneVictoriaAustralia
11491Perez, AndreW1V 5RNLondonEnglandUnited Kingdom
11663Williams, Seth, A99362Walla WallaWashingtonUnited States

Generated 2025-07-21 20:18:02.919 UTC