Advanced SQL Which of the following statements is true concerning routines and triggers? Both are stored in the database. Both consist of procedural code. Both run automatically. Both have to be called to operate. Both are stored in the database. Both consist of procedural code. Both run automatically. Both have to be called to operate. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following statements is true concerning subqueries? All of these Cannot return the same result as a query that is not a subquery. Does not start with the word SELECT. Involves the use of an inner and outer query. All of these Cannot return the same result as a query that is not a subquery. Does not start with the word SELECT. Involves the use of an inner and outer query. 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 is true concerning triggers? They have an event, condition, and action. You do not create them with SQL. They execute against only some applications that access a database. They cannot cascade (cause another trigger to fire). They have an event, condition, and action. You do not create them with SQL. They execute against only some applications that access a database. They cannot cascade (cause another trigger to fire). 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. False True False True 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