Mulai sekarangMulai gratis

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

Lihat Kursus

Latihan interaktif langsung praktik

Cobalah latihan ini dengan melengkapi kode contoh ini.

-- Debug this code
SELECT certfication
FROM films
LIMIT 5;
Edit dan Jalankan Kode