SQL Questions

0 votes, 0 avg
110

SQL Questions

1 / 15

1. What is x in the following MySQL statement? DELETE FROM x USING x LEFT JOIN y ON x.col = y.col;

2 / 15

2. Select the correct syntax of SELECT TOP clause?

3 / 15

3. A view can refer to multiple tables via __________

4 / 15

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

5 / 15

5. Which among the following are the correct definitions for “NULL” in Mysql?

6 / 15

6. CROSS JOIN and JOIN are similar to __________

7 / 15

7. Command that comes under DCL is/are –

8 / 15

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

9 / 15

9. Types of SQL Commands are –

10 / 15

10. Which datatype can store unstructured data in a column?

11 / 15

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

12 / 15

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

13 / 15

13. Command that comes under DML is/are –

14 / 15

14. What operator tests column for absence of data

15 / 15

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

Your score is

The average score is 52%

0%