Debugging errors
Debugging is an essential skill for all coders, and it comes from making many mistakes and learning from them.
In this exercise, you'll be given some buggy code that you'll need to fix.
This exercise is part of the course
Intermediate SQL
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
-- Debug this code
SELECT certfication
FROM films
LIMIT 5;