SQL Questions

0 votes, 0 avg
367

SQL Questions

1 / 15

1. Which of the following clause cannot be optional in SQL SELECT Statement?

2 / 15

2. Types of SQL Commands are –

3 / 15

3. Which statement is TRUE about the GROUP BY Clause?

4 / 15

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

5 / 15

5. What is the functionality of SQL COUNT?

6 / 15

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

7 / 15

7. CROSS JOIN and JOIN are similar to __________

8 / 15

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

9 / 15

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

10 / 15

10. SQL INSERT is used to insert a –

11 / 15

11. What is the meaning of “REFERENCES” in table definition?

12 / 15

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

13 / 15

13. What cannot be done on a view?

14 / 15

14. SELECT select_list FROM table_list WHERE row_constraint GROUP BY grouping_columns; Which of these is not optional?

15 / 15

15. In which join all the rows from the left table appear in the output irrespective of the content of the other table?

Your score is

The average score is 58%

0%