SQL Questions

0 votes, 0 avg
392

SQL Questions

1 / 15

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

2 / 15

2. . A View can be used to select a subset of the table columns.

3 / 15

3. UPDATE statement is a DML statement. What does DML stand for?

4 / 15

4. What is x in the following MySQL statement? DELETE FROM x USING x LEFT JOIN y ON x.col = y.col;

5 / 15

5. Which among the following is the correct syntax for defining “Constraint Check” in Mysql?

6 / 15

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

7 / 15

7. Which datatype can store unstructured data in a column?

8 / 15

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

9 / 15

9. What is the functionality of SQL COUNT?

10 / 15

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

11 / 15

11. Full form of DDL is –

12 / 15

12. What is generally done if an error occurs during the transaction?

13 / 15

13. Which among the following are the correct definitions for “NULL” in Mysql?

14 / 15

14. Select the correct statement.

15 / 15

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

Your score is

The average score is 58%

0%