Advanced SQL What type of join is needed when you wish to include rows that do not have matching values? Outer join Natural join Equi-join All of these Outer join Natural join Equi-join All of these ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL A function returns one value and has only output parameters. False True False True ANSWER DOWNLOAD EXAMIANS APP
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 A UNION query is which of the following? Combines the output from no more than two queries and does not include the same number of columns. Combines the output from no more than two queries and must include the same number of columns. Combines the output from multiple queries and does not include the same number of columns. Combines the output from multiple queries and must include the same number of columns. Combines the output from no more than two queries and does not include the same number of columns. Combines the output from no more than two queries and must include the same number of columns. Combines the output from multiple queries and does not include the same number of columns. Combines the output from multiple queries and must include the same number of columns. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following is true concerning a procedure? They are the same thing as a function. They do not need to have a unique name. You do not create them with SQL. They include procedural and SQL statements. They are the same thing as a function. They do not need to have a unique name. You do not create them with SQL. They include procedural and SQL statements. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL A CASE SQL statement is which of the following? A way to establish a data definition in SQL. All of these A way to establish an IF-THEN-ELSE in SQL. A way to establish a loop in SQL. A way to establish a data definition in SQL. All of these A way to establish an IF-THEN-ELSE in SQL. A way to establish a loop in SQL. ANSWER DOWNLOAD EXAMIANS APP