1.

In an SQL Server, which of the following queries will you use to list all the employees with their username, first name, last name, and working in the Operations department? 

EMP_ID User_name F_Name L_name Dep_ID
1 AAlice Alice Smith 1
2 BBob Bob Jones 2
3 BBen Ben Johnson 2
4 MMike Mike White 2
5 AAnita Anita Williams 3
6 LLisa Lisa Davis 3
7 MMary Mary Brown 4
8 JJohn John Wilson 4
 
Dep_ID Dep_name
1 Technical Innovations
2 Technical Support
3 Operations
4 Customer Delight
2.

In an SQL Server, which of the following functions will return the names of all the distributors who live in a country specified by the user at runtime?

3.
In an SQL Server, which of the following takes place when you implement null in unique indexes?
4.
The fill factor clause in an SQL Server is used to _________________.
5.

In an SQL Server, which of the following system-stored procedures is used to create a user-defined datatype?

6.
In an SQL Server, what is the use of null in unique indexes?
7.
Which of the following SQL commands is used to add and record data to a database table in an SQL Server?
8.
In an SQL Server, the hexadecimal value for an apostrophe ( ) in xml query is_____________________________.
9.
In an SQL Server, which of the following commands is used to add columns to a pre-existing table?
10.
What SQL command can be used to delete columns from a pre-existing table?