1.

What is a view?(a) A view is a special stored procedure executed when certain event occurs(b) A view is a virtual table which results of executing a pre-compiled query(c) A view is a database diagram(d) None of the MentionedThe question was posed to me during an interview for a job.I'm obligated to ask this question of Views in portion Laying the Foundation of SQL Server

Answer»

Correct answer is (B) A view is a virtual table which results of executing a pre-compiled query

The best explanation: VIEW is a virtual table, through which a selective PORTION of the DATA from one or more tables can be SEEN. A view do not contain data of their own.



Discussion

No Comment Found

Related InterviewSolutions