SQL Questions

0 votes, 0 avg
405

SQL Questions

1 / 15

1. A view can be deleted using the command __________

2 / 15

2. A view can refer to multiple tables via __________

3 / 15

3. SQL INSERT is used to insert a –

4 / 15

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

5 / 15

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

6 / 15

6. Views are not updatable.

7 / 15

7. What is generally done after the transactions are executed successfully?

8 / 15

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

9 / 15

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

10 / 15

10. In SQL SELECT COUNT, one needs to specify the –

11 / 15

11. Which keyword in the UPDATE statement is used to assign values to columns?

12 / 15

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

13 / 15

13. Command that comes under DML is/are –

14 / 15

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

15 / 15

15. The clause that filters JOIN results is called _________

Your score is

The average score is 58%

0%