[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 9432   SHUFFLE   <  SKIP 234  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20900Russell, Natalie, MKB9KirkbyEnglandUnited Kingdom
12529Allen, Isaiah, A94704BerkeleyCaliforniaUnited States
16878Young, Devin97330CorvallisOregonUnited States

Generated 2025-07-22 00:53:52.635 UTC