Advanced SQL Which of the following is true concerning triggers? 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. They execute against only some applications that access a database. 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. True False True False ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Triggers are stored blocks of code that have to be called in order to operate. True False True False ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL A function returns one value and has only output parameters. True False True False 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 Which of the following statements is true concerning routines and triggers? Both are stored in the database. Both have to be called to operate. Both consist of procedural code. Both run automatically. Both are stored in the database. Both have to be called to operate. Both consist of procedural code. Both run automatically. ANSWER DOWNLOAD EXAMIANS APP