Advanced SQL The UNION clause is used to combine the output from multiple queries together into a single result table. False True False True ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following statements is true concerning routines and triggers? Both consist of procedural code. Both have to be called to operate. Both are stored in the database. Both run automatically. Both consist of procedural code. Both have to be called to operate. Both are stored in the database. Both run automatically. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following is one of the basic approaches for joining tables? Subqueries All of these Natural join Union Join Subqueries All of these Natural join Union Join ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following is true concerning systems information in an RDBMS? This information can be accessed using SQL. RDBMS store database definition information in system-created tables. This information often cannot be updated by a user. All of these This information can be accessed using SQL. RDBMS store database definition information in system-created tables. This information often cannot be updated by a user. All of these ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Embedded SQL is which of the following? 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. Hard-coded SQL statements in a procedure. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL What type of join is needed when you wish to return rows that do have matching values? All of these Natural join Outer join Equi-join All of these Natural join Outer join Equi-join ANSWER DOWNLOAD EXAMIANS APP