SQL Questions

0 votes, 0 avg
355

SQL Questions

1 / 15

1. A view can be deleted using the command __________

2 / 15

2. Which statement is TRUE about the WHERE Clause?

3 / 15

3. Which clause is used to retrieve a unique element from the table?

4 / 15

4. Which of the following is not Constraint in SQL?

5 / 15

5. What is joining a table to itself called?

6 / 15

6. What is the role of “CONSTRAINS” in defining a table in Mysql?

7 / 15

7. Which data manipulation command is used to combines the records from one or more tables?

8 / 15

8. Full form of TCL is –

9 / 15

9. Which feature is used for the automatic increment of the column?

10 / 15

10. SQL DELETE can be used to delete,

11 / 15

11. SQL Views are also known as

12 / 15

12. The comma operator can also be used to join tables.

13 / 15

13. Will the following SQL command produce any error? INSERT INTO person
(person_id, fname,lname)
VALUES (1,’S’,’U’),
VALUES (1,’T’,’U’);
/* where person_id is a primary key */

14 / 15

14. Which statement is TRUE about the ORDER BY Clause?

15 / 15

15. Which statement can be used for modifying the definition for an existing table?

Your score is

The average score is 58%

0%