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

For explanation I would SAY: The “as” keyword is used to rename the resulting attribute after the aggregation FUNCTION has been applied. Just like any other renaming operation, the as keyword simplifies the name of the RELATION.



Discussion

No Comment Found

Related InterviewSolutions