SQL Questions

0 votes, 0 avg
382

SQL Questions

1 / 15

1. Select the correct statement.

2 / 15

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

3 / 15

3. Which statement is TRUE about the WHERE Clause?

4 / 15

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

5 / 15

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

6 / 15

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

7 / 15

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

8 / 15

8. CROSS JOIN and JOIN are similar to __________

9 / 15

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

10 / 15

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

11 / 15

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

12 / 15

12. Which operator is used to compare a value to a specified list of values?

13 / 15

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

14 / 15

14. What is the clause to delete all rows from the table?

15 / 15

15. CREATE VIEW xyz (abc) AS SELECT a FROM t;

Your score is

The average score is 58%

0%