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 run automatically. Both are stored in the database. Both consist of procedural code. Both have to be called to operate. Both run automatically. Both are stored in the database. Both consist of procedural code. Both have to be called to operate. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following is true concerning systems information in an RDBMS? This information often cannot be updated by a user. This information can be accessed using SQL. All of these RDBMS store database definition information in system-created tables. This information often cannot be updated by a user. This information can be accessed using SQL. All of these RDBMS store database definition information in system-created tables. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL A correlated subquery is where the outer query depends on data from the inner query. True False True False ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following is true concerning triggers? You do not create them with SQL. They execute against only some applications that access a database. They have an event, condition, and action. They cannot cascade (cause another trigger to fire). You do not create them with SQL. They execute against only some applications that access a database. They have an event, condition, and action. They cannot cascade (cause another trigger to fire). 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