InterviewSolution
Saved Bookmarks
| 1. |
28. Which of the following is true about a group function? (1 Point)A - Group functions operate on sets of rows to produce multiple results per group.B - DISTINCT keyword makes a group function consider duplicate values.C - Group functions ignore null values.D - None of the above. |
| Answer» GROUP FUNCTIONS IGNORE NULL VALUES | |