Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What would be the expected result of executing the query SELECT COUNT(DISTINCT *) FROM user on a table with the following rows: 1, 2, 3, NULL?
SELECT COUNT(DISTINCT *) FROM user
A
3
B
2
C
1
D
NULL