Given two tables, "A" and "B", write a SQL query to find all the rows from table "A" that have no corresponding rows in table "B".
The candidate's solution is correct and demonstrates a good understanding of SQL. The approach is sound and the solution is complete.
Evaluated at: 2022-11-19 00:16:48