InterviewSolution
Saved Bookmarks
| 1. |
Say True or False. Give explanation if False.By default the group functions consider only distinct values in the set. |
|
Answer» By default, group functions consider all values including the duplicate values. |
|