SQL Questions

0 votes, 0 avg
356

SQL Questions

1 / 15

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

2 / 15

2. Full form of DDL is –

3 / 15

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

4 / 15

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

5 / 15

5. Views are not updatable.

6 / 15

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

7 / 15

7. Select the correct statement.

8 / 15

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

9 / 15

9. SQL Views are also known as

10 / 15

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

11 / 15

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

12 / 15

12. The join in which all the rows from the right table appear in the output irrespective of the content of the other table is ___________

13 / 15

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

14 / 15

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

15 / 15

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

Your score is

The average score is 58%

0%