Advanced SQL How many tables may be included with a join? Three Two One All of these Three Two One All of these ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following is true concerning a procedure? 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. You do not create them with SQL. They are the same thing as a function. They do not need to have a unique name. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following is true concerning systems information in an RDBMS? RDBMS store database definition information in system-created tables. This information can be accessed using SQL. All of these This information often cannot be updated by a user. RDBMS store database definition information in system-created tables. This information can be accessed using SQL. All of these This information often cannot be updated by a user. 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 Which of the following statements is true concerning routines and triggers? Both are stored in the database. Both consist of procedural code. Both have to be called to operate. Both run automatically. Both are stored in the database. Both consist of procedural code. Both have to be called to operate. Both run automatically. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL The code to create triggers and routines is stored in only one location and is administered centrally. False True False True ANSWER DOWNLOAD EXAMIANS APP