[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 3124  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20721Perry, Hailey, GGL50CheltenhamEnglandUnited Kingdom
15250Scott, Jose, M91945Lemon GroveCaliforniaUnited States
23063Thompson, Jennifer, P94941Mill ValleyCaliforniaUnited States
21456Gonzales, Dalton97355LebanonOregonUnited States

Generated 2025-11-01 09:16:16.285 UTC