Advanced SQL Which of the following is true concerning triggers? They execute against only some applications that access a database. They cannot cascade (cause another trigger to fire). You do not create them with SQL. They have an event, condition, and action. They execute against only some applications that access a database. They cannot cascade (cause another trigger to fire). You do not create them with SQL. They have an event, condition, and action. 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. All of these This information often cannot be updated by a user. RDBMS store database definition information in system-created tables. This information can be accessed using SQL. All of these This information often cannot be updated by a user. RDBMS store database definition information in system-created tables. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL When AUTOCOMMIT is set on, changes will be made automatically at the end of each SQL statement. False True False True ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL There should be one condition within the WHERE clause for each pair of tables being joined. False True False True ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL ROLLBACK WORK asks SQL to empty the log file. False True False True ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL The UNION clause is used to combine the output from multiple queries together into a single result table. True False True False ANSWER DOWNLOAD EXAMIANS APP