[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 1990  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12614Gill, Lance78000VersaillesYvelineFrance
15664Vazquez, Jill63009OffenbachSaarlandGermany
11180Anand, April91910Chula VistaCaliforniaUnited States
23930Arun, Meagan, WGL7 1RYGloucestershireEnglandUnited Kingdom
17851Tang, Warren, A95010HofBayernGermany
15944Lu, Damien, M98312BremertonWashingtonUnited States

Generated 2025-11-01 09:22:19.824 UTC