Advanced SQL The most frequently used relational operation, which brings together data from two or more related tables into one resultant table, is called an equi-join. True False True False ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL What type of join is needed when you wish to include rows that do not have matching values? Equi-join Natural join Outer join All of these Equi-join Natural join Outer join All of these ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following is true concerning triggers? They cannot cascade (cause another trigger to fire). They execute against only some applications that access a database. They have an event, condition, and action. You do not create them with SQL. They cannot cascade (cause another trigger to fire). They execute against only some applications that access a database. They have an event, condition, and action. You do not create them with SQL. 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
Advanced SQL Which of the following is true concerning systems information in an RDBMS? This information often cannot be updated by a user. All of these This information can be accessed using SQL. RDBMS store database definition information in system-created tables. This information often cannot be updated by a user. All of these This information can be accessed using SQL. RDBMS store database definition information in system-created tables. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL When AUTOCOMMIT is set on, changes will be made automatically at the end of each SQL statement. True False True False ANSWER DOWNLOAD EXAMIANS APP