Given two tables - one of users and one of permissions - write a SQL query to find all users who have the permission to view a certain resource.
The candidate's solution is correct and demonstrates a good understanding of SQL. The solution is also efficient, using a JOIN to combine the two tables and then filtering the results.
Evaluated at: 2022-11-09 10:15:17