[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 511   SHUFFLE   <  SKIP 1620  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27682Kelly, Jennifer94941Mill ValleyCaliforniaUnited States
22460Torres, JulioE17 6JFLondonEnglandUnited Kingdom
20400Henderson, Sydney94536FremontCaliforniaUnited States
24942James, Steven94704BerkeleyCaliforniaUnited States

Generated 2025-07-14 17:48:30.907 UTC