Q.1.
What is SQL Server?
Q.2.
When was the first version of Microsoft SQL Server released?
Q.3.
Which of the following is a free database software running free SQL Server technology?
Q.4.
Which of the following companies originally worked together to create and market the first version of SQL Server?
Q.5.
What is the Codename for SQL Server 2012?
Q.6.
Which was the first version of SQL Server to introduce in-memory capability?
Q.7.
Which of the following data type is not present in SQL Server?
Q.8.
Which database is used by SQL Server Agent for scheduling alerts and jobs, and recording operators?
Q.9.
SQL Server has mainly how many types of views?
Q.10.
Which of the following is not a SQL Server INFORMATION_SCHEMA view?
Q.11.
Which of the following joins are SQL server default?
Q.12.
Which of the following is not a class of constraint in SQL Server?
Q.13.
Which of the reasons will force you to use the XML data model in SQL Server?
Q.14.
What is the hybrid model in SQL Server?
Q.15.
Which of the following feature of SQL Server was used before XML technology for semi structured data?
Q.16.
Which of the following language is used for procedural flow in SQL Server?
Q.17.
Exception handling is possible in SQL Server using _____________
Q.18.
Which of the following stored procedure is already defined in SQL Server?
Q.19.
DML triggers in SQL Server is applicable to _____________
Q.20.
User defined function in SQL Server can return ____________