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 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. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following is true concerning a procedure? You do not create them with SQL. They are the same thing as a function. They do not need to have a unique name. They include procedural and SQL statements. You do not create them with SQL. They are the same thing as a function. They do not need to have a unique name. They include procedural and SQL statements. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL A correlated subquery is where the outer query depends on data from the inner query. False True False True 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. Involves the use of an inner and outer query. Does not start with the word SELECT. All of these Cannot return the same result as a query that is not a subquery. Involves the use of an inner and outer query. Does not start with the word SELECT. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL ROLLBACK WORK asks SQL to empty the log file. 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