1.

In an SQL Server, the SalesList and OrdersList table comprises the details of the products that have been sold and the details of all the orders received by the company respectively. The two tables are combined such that each row from one table is joined to the row of the other table. Which of the following commands is used to display a report combining the SalesLists and OrdersLists table?

2.

In an SQL Server, which of the following logical operators is used in the WHEREclause of the SELECT statement to display the records of all the departments which belong to either Sales or Marketing?

3.

In an SQL Server, which of the following queries is used to display the current system date?

4.

In SQL Server, which of the following is a stored procedure for the following query:



 
 
Select vFirstName, vLastName, vEmail From Shopper
5.

 

 

In SQL Server, which of the following is used to create a stored procedure which inserts values into the table tbl_employeedetails?

6.
Which of the following commands is used to query for validating the updation of a primary key?
7.
The default date format of MS SQL is MM/DD/YY. Which of the following is the correct code to convert the date syntax to DD/MM/YY?
8.
In an SQL Server, which of the following XML options is used to display the designations of all the employees on the web, such that each row is displayed as a single element on the web page?
9.
In an SQL Server, which of the following operators is used to in pattern-matching for any query that is executed in a WHERE clause?
10.
In an SQL Server, which of the following operators tests a column for the absence of data or missing information in records?