Given a table of data with two columns, "id" and "value", this SQL query will find all rows where the value is greater than the average value.
The candidate's solution is correct and demonstrates a good understanding of SQL. The solution is also efficient, as it only requires one pass through the table.
Evaluated at: 2022-11-28 00:16:04