SQL Questions

0 votes, 0 avg
72

SQL Questions

1 / 15

1. What is the functionality of SQL COUNT?

2 / 15

2.

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

3 / 15

3. Which statement is TRUE about the ORDER BY Clause?

4 / 15

4. What operator tests column for absence of data

5 / 15

5. A view can be deleted using the command __________

6 / 15

6. . A View can be used to select a subset of the table columns.

7 / 15

7. Which clause is used to retrieve a unique element from the table?

8 / 15

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

9 / 15

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

10 / 15

10. Full form of DDL is –

11 / 15

11. CROSS JOIN and JOIN are similar to __________

12 / 15

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

13 / 15

13. Which one is not the OPTIONAL Clause in SELECT statement?

14 / 15

14. The clause that filters JOIN results is called _________

15 / 15

15. Full form of DCL is –

Your score is

The average score is 54%

0%