[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 24   SHUFFLE   <  SKIP 2284  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17854Gomez, Shannon20354HamburgHamburgGermany
15299Lopez, Charles, H97355LebanonOregonUnited States
26793Nelson, Jesse, M90505TorranceCaliforniaUnited States

Generated 2025-07-10 19:12:40.214 UTC