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? | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz
Databricks Certified Data Engineer - Associate
Get started today
Ultimate access to all questions.
Comments
Loading comments...
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?*