Given a table with two columns, id and value, write a query to find the id of the row with the maximum value.
The candidate's solution is correct and demonstrates a good understanding of how to find the maximum value in a table. The solution is also efficient, as it only requires one pass through the table.
Evaluated at: 2022-11-26 04:16:26