Advanced SQL Which of the following is true concerning a procedure? 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. They include procedural and SQL statements. You do not create them with SQL. They are the same thing as a function. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following is one of the basic approaches for joining tables? All of these Union Join Natural join Subqueries All of these Union Join Natural join Subqueries ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following statements is true concerning subqueries? 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. 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 ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL What type of join is needed when you wish to include rows that do not have matching values? Equi-join All of these Natural join Outer join Equi-join All of these Natural join Outer join ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Embedded SQL is which of the following? Hard-coded SQL statements in a procedure. The process of making an application capable of generating specific SQL code on the fly. Hard-coded SQL statements in a program language such as Java. Hard-coded SQL statements in a trigger. Hard-coded SQL statements in a procedure. The process of making an application capable of generating specific SQL code on the fly. Hard-coded SQL statements in a program language such as Java. Hard-coded SQL statements in a trigger. 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