Advanced SQL Which of the following statements is true concerning routines and triggers? Both run automatically. 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. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following is true concerning triggers? They execute against only some applications that access a database. You do not create them with SQL. They cannot cascade (cause another trigger to fire). They have an event, condition, and action. They execute against only some applications that access a database. You do not create them with SQL. They cannot cascade (cause another trigger to fire). They have an event, condition, and action. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL There should be one condition within the WHERE clause for each pair of tables being joined. True False True False 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 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 Subqueries can be nested multiple times. False True False True ANSWER DOWNLOAD EXAMIANS APP