1.

Which of the following is the syntax for views where v is view name?(a) Create view v as “query name”;(b) Create “query expression” as view;(c) Create view v as “query expression”;(d) Create view “query expression”;This question was posed to me during an interview for a job.I would like to ask this question from Views topic in portion SQL : Queries, Constraints and Triggers of Database Management

Answer»

Correct choice is (C) CREATE view v as “QUERY EXPRESSION”;

To explain: is any legal query expression. The view NAME is represented by v.



Discussion

No Comment Found

Related InterviewSolutions