Mysql-quiz

0 votes, 0 avg
416

SQL Questions

1 / 15

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

2 / 15

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

3 / 15

3. Full form of DCL is -

4 / 15

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

5 / 15

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

6 / 15

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

7 / 15

7. Command that comes under DML is/are –

8 / 15

8. A view can be deleted using the command __________

9 / 15

9. By default, sorting by ORDER BY clause is done in which order?

10 / 15

10. SQL DELETE can be used to delete,

11 / 15

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

12 / 15

12. The join where all possible row combinations are produced is called _________

13 / 15

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

14 / 15

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

15 / 15

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

Your score is

The average score is 58%

0%

Scroll to Top