Advanced SQL Triggers are stored blocks of code that have to be called in order to operate. False True False True ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL The code to create triggers and routines is stored in only one location and is administered centrally. True False True False ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL A function returns one value and has only output parameters. False True False True 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 Which of the following is true concerning triggers? 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. 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. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following statements is true concerning routines and triggers? 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. Both consist of procedural code. ANSWER DOWNLOAD EXAMIANS APP