InterviewSolution
Saved Bookmarks
| 1. |
SQL Server has mainly how many types of views?(a) one(b) two(c) three(d) fourThis question was posed to me in a job interview.My enquiry is from Views topic in portion Laying the Foundation of SQL Server |
|
Answer» RIGHT OPTION is (b) two Easiest EXPLANATION: In SQL Server we have two types of views-System DEFINED Views and User Defined View. |
|