What is the result of COUNT(*) on a table with 5 rows where 2 rows have NULL in a column? SQL Data AnalystEasy Try Now
Which aggregate function returns the number of non-NULL values in a column? SQL Data AnalystEasy Try Now
Which execution plan operator typically indicates that an index is not being used and a full scan is occurring? SQL Data AnalystHard Try Now
What is index cardinality and why does it matter for query optimization? SQL Data AnalystHard Try Now