SQL Questions

0 votes, 0 avg
403

SQL Questions

1 / 15

1. Is it necessary to insert the value in each column of the table?

2 / 15

2. What is xyz in the following MySQL statement?CREATE VIEW xyz AS SELECT a, b FROM t;

3 / 15

3. Which statement is TRUE about the WHERE Clause?

4 / 15

4. Full form of DCL is –

5 / 15

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

6 / 15

6. Which among the following is the correct syntax for modifying the definition of an existing table?

7 / 15

7. A multiple-table delete can apply any join.

8 / 15

8. What default value gets stored in columns of the table?

9 / 15

9. SQL INSERT is used to insert a –

10 / 15

10. Which command is used for the table definition in Mysql?

11 / 15

11. In inner join, result is produced by matching rows in one table with rows in another table.

12 / 15

12. What is the clause to delete all rows from the table?

13 / 15

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

14 / 15

14. The clause that filters JOIN results is called _________

15 / 15

15. In order to insert a row directly in the table, which command is used?

Your score is

The average score is 58%

0%