1.

Which keyword is used to rename a relation in a query?(a) rename(b) as(c) is(d) toThis question was addressed to me in final exam.This key question is from Basic Operations in division Introduction to Relational Model and Sql of RDBMS

Answer»

The CORRECT choice is (b) as

To explain: The “as” keyword is used to rename a relation in a query. This is used for convenience as long relation names can reduce READABILITY.



Discussion

No Comment Found

Related InterviewSolutions