This technical problem deals with getting all rows from a table, even if some of the rows are locked. The solution is to write a SQL query that will return all rows from the table.
The candidate's solution is correct and demonstrates a good understanding of how to use the NOLOCK hint to read data from a table without being blocked by other processes.
Evaluated at: 2022-11-25 06:16:25