[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 4000   SHUFFLE   <  SKIP 1944  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13724Thompson, Charles, J94941Mill ValleyCaliforniaUnited States
27813Vance, Roy91480FrankfurtBayernGermany
21278King, Julia, C97005BeavertonOregonUnited States

Generated 2025-07-14 02:39:05.052 UTC