Advanced SQL Outer join is the same as equi-join, except one of the duplicate columns is eliminated in the result table. False True False True ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following statements is true concerning routines and triggers? Both consist of procedural code. Both run automatically. Both are stored in the database. Both have to be called to operate. Both consist of procedural code. Both run automatically. Both are stored in the database. Both have to be called to operate. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following statements is true concerning subqueries? Involves the use of an inner and outer query. Cannot return the same result as a query that is not a subquery. All of these Does not start with the word SELECT. Involves the use of an inner and outer query. Cannot return the same result as a query that is not a subquery. All of these Does not start with the word SELECT. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL The UNION clause is used to combine the output from multiple queries together into a single result table. False True False True ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL A CASE SQL statement is which of the following? A way to establish a data definition in SQL. A way to establish a loop in SQL. All of these A way to establish an IF-THEN-ELSE in SQL. A way to establish a data definition in SQL. A way to establish a loop in SQL. All of these A way to establish an IF-THEN-ELSE in SQL. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following is one of the basic approaches for joining tables? Natural join Union Join All of these Subqueries Natural join Union Join All of these Subqueries ANSWER DOWNLOAD EXAMIANS APP