1.
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?
2.
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?
3.
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?
4.
In an SQL Server, which of the following operators tests a column for the absence of data or missing information in records?
5.
In an SQL Server, which of the following is not a database recovery model?
6.
In an SQL Server, which of the following statements is used to truncate the partition table EmployeesTbl in the range of 2, 4, 6 up to 8?
7.

In an SQL Server, which of the following are the benefits of partitioning a table?

 

  1. You can transfer or access subsets of data quickly and efficiently without disturbing the integrity of data collection.

  2. You can perform maintenance operations on one or more partitions quickly.

  3. You may improve query performance, based on the types of queries you frequently run and the hardware configuration.

  4. You use at least 16 GB of RAM if a large number of partitions are in use.





  5.  
  6.  


  7.  
8.
In SQL Server, which of the following queries will display the list of employees who are not working in the branch located in London?
9.

In SQL Server, which of the following queries is used to obtain the list of all the employees based on the following:

 

  1. Working in Seattle, Tacoma, and Redmond

  2. Joined between the dates 1st June to 30th July




  3.  
  4.  


  5.  
10.

Consider the toys table which has the following columns:

ToyID vToyName CategoryID
Consider the category table which consists of the following columns: |CategoryID|cCategory| | :-: | :-: |

In SQL Server, which of the following queries is used to display the toy names and their respective categories?