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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13663Tang, Melvin, R70511StuttgartSaarlandGermany
28286Alexander, Destiny98052RedmondWashingtonUnited States
24544Romero, Kellie12171BerlinHessenGermany

Generated 2025-07-10 03:34:33.587 UTC