Given this table (vals):
What does this query return?
SELECT v FROM vals WHERE v NOT IN (1, 2, 3);
← → arrow keys to navigate
Sign in to save your progress.