1.

What is the command used to define view in SQL?(a) define view(b) new view(c) create view(d) none of the mentionedThis question was addressed to me at a job interview.Origin of the question is Views and Transactions in division Intermediate and Advanced Sql of RDBMS

Answer»

The correct option is (c) CREATE VIEW

To explain: We use the create view command to DEFINE a view in SQL.



Discussion

No Comment Found

Related InterviewSolutions