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 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 Which of the following is true concerning a procedure? They are the same thing as a function. You do not create them with SQL. They do not need to have a unique name. They include procedural and SQL statements. They are the same thing as a function. You do not create them with SQL. They do not need to have a unique name. They include procedural and SQL statements. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Subqueries can be nested multiple times. False True False True 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 run automatically. Both consist of procedural code. Both are stored in the database. Both have to be called to operate. Both run automatically. Both consist of procedural code. Both are stored in the database. 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