Mysql-quiz

0 votes, 0 avg
415

SQL Questions

1 / 15

1. Full form of DML is –

2 / 15

2. The comma operator can also be used to join tables.

3 / 15

3. What operator tests column for absence of data

4 / 15

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

5 / 15

5. In the following SQL query, what does “person” stands for? INSERT INTO person
(person_id, fname, lname)
VALUES (1,’S’,’P’);

6 / 15

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

7 / 15

7. What is the keyword of the Ascending and Descending?

8 / 15

8. Full form of DDL is –

9 / 15

9. A view can be deleted using the command __________

10 / 15

10. Views are not updatable.

11 / 15

11. Which of these is also known as a virtual table?

12 / 15

12. Select the correct syntax of SELECT TOP clause?

13 / 15

13. In order to delete the database, which keyword is used?

14 / 15

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

15 / 15

15. A view can refer to multiple tables via __________

Your score is

The average score is 58%

0%

Scroll to Top