WizardSql


Recent solutions

Below is the list of recent solutions.
The candidate's solution correctly calculates the sum of all even numbers in the array. However, the solution could be more concise. For example, the candidate could have used the built-in SUM function to calculate the sum, rather than creating a new table.
Oct 27

The candidate's solution is correct and solves the problem. The approach is straightforward and easy to understand.
Oct 27