| Snaprecruit.com

| Snaprecruit.com

Interview question based on skill :

Take as many assements as you can to improve your validate your skill rating

Total Questions: 5

1. Which of the following SQL statements deletes all rows in table called SalesData?

Correct Answer is : DELETE FROM SalesData

2. Which SQL statement selects all rows from a table called Products and sorts the result set by ProductID column?

Correct Answer is : SELECT ProductID FROM Products

3. RDBMS stands for

Correct Answer is : Relational Database Management System

4. Which SQL statement is used to extract data from a database?

Correct Answer is : SELECT

5. For which of the following can you fire triggers

Correct Answer is : INSERT, UPDATE and DELETE commands