InterviewSolution
Saved Bookmarks
| 1. |
How are NULL values treated by aggregate functions ? |
|
Answer» None of the aggregate functions takes NULL into consideration. NULL is simply ignored by all the aggregate functions. |
|