Advanced SQL Which of the following is true concerning a procedure? They do not need to have a unique name. They are the same thing as a function. They include procedural and SQL statements. You do not create them with SQL. They do not need to have a unique name. They are the same thing as a function. They include procedural and SQL statements. You do not create them with SQL. 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 trigger. Hard-coded SQL statements in a program language such as Java. 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 trigger. Hard-coded SQL statements in a program language such as Java. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following is one of the basic approaches for joining tables? Natural join All of these Union Join Subqueries Natural join All of these Union Join Subqueries 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. True False True False 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. True False True False ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL The code to create triggers and routines is stored in only one location and is administered centrally. False True False True ANSWER DOWNLOAD EXAMIANS APP