InterviewSolution
Saved Bookmarks
| 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 |
|