InterviewSolution
Saved Bookmarks
| 1. |
Which keyword is used to rename the resulting attribute after the application of the aggregation function?(a) rename(b) as(c) replace(d) toThe question was posed to me in an interview for internship.Origin of the question is Aggregate Functions topic in chapter Introduction to Relational Model and Sql of RDBMS |
|
Answer» Correct choice is (b) as |
|