Advanced Sql - Study Mode

[#1] What type of join is needed when you wish to include rows that do not have matching values?
Correct Answer

(C) Outer join

[#2] What type of join is needed when you wish to return rows that do have matching values?
Correct Answer

(D) All of the above

[#3] Which of the following is true concerning a procedure?
Correct Answer

(C) They include procedural and SQL statements.

[#4] A CASE SQL statement is which of the following?
Correct Answer

(A) A way to establish an IF-THEN-ELSE in SQL.

[#5] Which of the following statements is true concerning routines and triggers?
Correct Answer

(A) Both consist of procedural code.