Run the query in the right panel.

In this step, a report is made that shows only screws by doing a sub select. The report retrieves all of the product ids with 'screw' in the description.

This query does not work as planned. The result set is blank. This is because the '=' only allows for one row and the sub-select is returning two rows. Go ahead and try running only the sub-select statement.