[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 200  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14797Gao, Steve, J63151MühlheimHamburgGermany
24550Ma, Randy, RSE1 8HLLondonEnglandUnited Kingdom
20274Wang, Brent98107BallardWashingtonUnited States

Generated 2025-07-10 20:52:43.832 UTC