Clauses
1.
Which of the following SQL clauses is used to DELETE tuples from a database table?
2.
What is the purpose of the SQL AS clause ?
3.
If we have not specified ASC or DESC after a SQL ORDER BY clause, the following is used by default
4.
Which of the following statement is true?
5.
Which of the following is true about the HAVING clause?
6.
_______ clause creates temporary relation for the query on which it is defined.
7.
Which of the following is true about the SQL AS clause?
8.
When the wildcard in a WHERE clause is useful?
9.
What SQL clause is used to restrict the rows returned by a query?
10.
To combine the result-set of two or more SELECT statements, SQL clause used is