Advanced SQL What type of join is needed when you wish to include rows that do not have matching values? Equi-join Natural join Outer join All of these Equi-join Natural join Outer join All of these ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following is true concerning a procedure? They include procedural and SQL statements. You do not create them with SQL. They are the same thing as a function. They do not need to have a unique name. They include procedural and SQL statements. You do not create them with SQL. They are the same thing as a function. They do not need to have a unique name. 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 The joining technique is useful when data from several relations are to be retrieved and displayed and the relationships are not necessarily nested. False True False True ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following statements is true concerning routines and triggers? 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. Both consist of procedural code. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Subqueries can be nested multiple times. True False True False ANSWER DOWNLOAD EXAMIANS APP