Q.1
The SQL keyword(s) ________ is used with wildcards.
Q.2
A subquery in an SQL SELECT statement is enclosed in:
Q.3
The result of a SQL SELECT statement is a ________ .
Q.4
In an SQL SELECT statement querying a single table, according to the SQL-92 standard the asterisk (*) means that:
Q.5
The HAVING clause does which of the following?
Q.6
Which of the following do you need to consider when you make a table in SQL?
Q.7
Table employee has 10 records. It has a non-NULL SALARY column which is also UNIQUE.
The SQL statement
SELECT COUNT(*) FROM employee WHERE SALARY > ALL (SELECT SALARY FROM EMPLOYEE);
prints
Q.8
Which of the following SQL commands can be used to add data to a database table?
Q.9
Which of the following join is also called as an 'inner-join'?
Q.10
Which of the following is NOT a type of SQL constraint?
Q.11
What is an SQL virtual table that is constructed from other tables?
Q.12
When three or more AND and OR conditions are combined, it is easier to use the SQL keyword(s):
Q.13
SQL can be used to:
Q.14
The SQL keyword BETWEEN is used:
Q.15
Which of the following query is correct for using comparison operators in SQL?
Q.16
How to select all data from student table starting the name from letter 'r'?
Q.17
Which SQL statement is used to update data in a database?
Q.18
Which SQL statement is used to delete data FROM a database?
Q.19
In SQL, which of the following is not a data definition language commands?
Q.20
In SQL, which command is used to SELECT only one copy of each set of duplicable rows
0 h : 0 m : 1 s