SELECT profileName, productId, score, summary FROM reviews WHERE score < 4.5 OR summary LIKE 'good' ORDER BY score ASC
Note: 'reviews' is the name of the data source in this demo, and its name can not be changed.
Run
profileName
productId
score
summary