[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 280   SHUFFLE   <  SKIP 1877  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18980Hernandez, Sophia97330CorvallisOregonUnited States
29110Smith, Sydney, M90012Los AngelesCaliforniaUnited States
15493Chen, Eric, N97355LebanonOregonUnited States
20685Powell, Mariah90706BellflowerCaliforniaUnited States

Generated 2025-07-16 00:35:04.839 UTC