NULL
1 / 15
EasyOutput prediction

Checking for NULL

Given this table (employees):

idnamemanager_id
1AliceNULL
2Bob1
3Carol1

What does this query return?

SELECT name FROM employees WHERE manager_id IS NULL;

← → arrow keys to navigate

Sign in to save your progress.

Checking for NULL - SQL NULL Quiz | Unnested