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