Q.1
Outer join is the same as equi-join, except one of the duplicate columns is eliminated in the result table.
Q.2
A correlated subquery is where the outer query depends on data from the inner query.
Q.3
A function returns one value and has only output parameters.
Q.4
With the UNION clause, each query involved must output the same number of columns, and they must be UNION compatible.
Q.5
Which of the following statements is true concerning subqueries?
Q.6
Triggers are stored blocks of code that have to be called in order to operate.
Q.7
Which of the following is a correlated subquery?
Q.8
The joining technique is useful when data from several relations are to be retrieved and displayed and the relationships are not necessarily nested.
Q.9
A transaction is the complete set of closely related update commands that must all be done, or none of them done, for the database to remain valid.
Q.10
How many tables may be included with a join?
Q.11
There should be one condition within the WHERE clause for each pair of tables being joined.
Q.12
When AUTOCOMMIT is set on, changes will be made automatically at the end of each SQL statement.
Q.13
The UNION clause is used to combine the output from multiple queries together into a single result table.
Q.14
The following SQL is which type of join: SELECT CUSTOMER_T. CUSTOMER_ID, ORDER_T. CUSTOMER_ID, NAME, ORDER_ID FROM CUSTOMER_T,ORDER_T ;
Q.15
Which of the following is true concerning triggers?
Q.16
Subqueries can be nested multiple times.
Q.17
The code to create triggers and routines is stored in only one location and is administered centrally.
Q.18
ROLLBACK WORK asks SQL to empty the log file.
Q.19
The most frequently used relational operation, which brings together data from two or more related tables into one resultant table, is called an equi-join.
Q.20
Which of the following is one of the basic approaches for joining tables?
0 h : 0 m : 1 s