SQL
Assuming s ...
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
Assuming some column EX_COL contains following data in it - 100, 200, 300, NULL, what will be the result of AVG(EX_COL)?
0
150
200
Error will occu since agregate functions cannot operate over records with NULL values
Explanation
AVG() function ignores NULL values.
AVG-Function
NULL-values
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
S
QL
Quiz
Login to learn SQL
or
Read more about
SQL Quizzes
Follow CodeGalaxy
Mobile Beta
Send Feedback
Sign Up Now
or
Subscribe for future quizzes
Login in to like
Login in to comment