Advanced SQL Embedded SQL is which of the following? Hard-coded SQL statements in a procedure. Hard-coded SQL statements in a trigger. Hard-coded SQL statements in a program language such as Java. The process of making an application capable of generating specific SQL code on the fly. Hard-coded SQL statements in a procedure. Hard-coded SQL statements in a trigger. Hard-coded SQL statements in a program language such as Java. The process of making an application capable of generating specific SQL code on the fly. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL How many tables may be included with a join? Two One Three All of these Two One Three All of these 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 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
Advanced SQL Which of the following statements is true concerning routines and triggers? Both are stored in the database. Both run automatically. Both have to be called to operate. Both consist of procedural code. Both are stored in the database. Both run automatically. Both have to be called to operate. Both consist of procedural code. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL What type of join is needed when you wish to include rows that do not have matching values? Natural join All of these Outer join Equi-join Natural join All of these Outer join Equi-join ANSWER DOWNLOAD EXAMIANS APP