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
Advanced SQL A transaction is the complete set of closely related update commands that must all be done, or none of them done, for the database to remain valid. True False True False ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following is true concerning triggers? 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). They have an event, condition, and action. You do not create them with SQL. They execute against only some applications that access a database. 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 The following SQL is which type of join: SELECT CUSTOMER_T. CUSTOMER_ID, ORDER_T. CUSTOMER_ID, NAME, ORDER_ID FROM CUSTOMER_T,ORDER_T ; Natural join Equi-join Outer join Cartesian join Natural join Equi-join Outer join Cartesian join ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following is true concerning systems information in an RDBMS? This information can be accessed using SQL. This information often cannot be updated by a user. RDBMS store database definition information in system-created tables. All of these This information can be accessed using SQL. This information often cannot be updated by a user. RDBMS store database definition information in system-created tables. All of these ANSWER DOWNLOAD EXAMIANS APP