[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 0   SHUFFLE   <  SKIP 1991  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17828Zhou, Valerie, JSW1P 2NULondonEnglandUnited Kingdom
11956Sandberg, Alexandria90210Beverly HillsCaliforniaUnited States
14973Jai, Alicia66740SaarlouisSaarlandGermany
27009Lu, EricaC2H 7AULondonEnglandUnited Kingdom

Generated 2025-11-04 16:34:22.576 UTC