My Report

SQL Server Practice Test 1


Correct Answer: 2 points | Wrong: -1 point
Grades: A* (100% score) | A (80%-99%) | B (60%-80%) | C (40%-60%) | D (0%-40%)
advertisement

1. Which was the first version of SQL Server to introduce in-memory capability?

2. DecryptByKeyAutoCert is ________________ type function.

3. With SQL, how do you select all the records from a table named "Persons" where the value of the column "FirstName" ends with an "a"?

4. You can delete a view with ___________ command.

5. Which of the following is a large object data type?

6. The following SQL is which type of join: SELECT CUSTOMER_T. CUSTOMER_ID, ORDER_T. CUSTOMER_ID, NAME, ORDER_ID FROM CUSTOMER_T,ORDER_T WHERE CUSTOMER_T. CUSTOMER_ID = ORDER_T. CUSTOMER_ID?

7. Which TCL command undo all the updates performed by the SQL in the transaction?

8. What is the purpose of the SQL AS clause?

9. ___________removes all rows from a table without logging the individual row deletions.

10. Which of the following tool is used for designing schema of the database in SSMS?


 

Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.