SQL Questions

0 votes, 0 avg
416

SQL Questions

1 / 15

1. Commands that comes under DDL is/are –

2 / 15

2. Which one is not the OPTIONAL Clause in SELECT statement?

3 / 15

3. A view can refer to multiple tables via __________

4 / 15

4. Which Statement is used to insert the values in the table?

5 / 15

5. SQL INSERT is used to insert a –

6 / 15

6. What is xyz in the following SQL statement? DELETE FROM xyz WHERE abc = 5;

7 / 15

7. CROSS JOIN and JOIN are similar to __________

8 / 15

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

9 / 15

9. Commands that come under TCL is/are –

10 / 15

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

11 / 15

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

12 / 15

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

13 / 15

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

14 / 15

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

15 / 15

15. How many Primary keys can have in a table?

Your score is

The average score is 58%

0%

Written by Shubhranshu Shekhar, who has trained 20000+ students in coding.

Scroll to Top