A subquery returns (1, 2, NULL). For a row where id = 5, what do these two conditions return?
id = 5
id IN (1, 2, NULL)
id NOT IN (1, 2, NULL)
← → arrow keys to navigate
Sign in to save your progress.