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.
Latihan ini adalah bagian dari kursus
Intermediate SQL
Latihan interaktif praktis
Cobalah latihan ini dengan menyelesaikan kode contoh berikut.
-- Debug this code
SELECT certfication
FROM films
LIMIT 5;