Advanced SQL Which of the following statements is true concerning routines and triggers? Both have to be called to operate. Both consist of procedural code. Both run automatically. Both are stored in the database. Both have to be called to operate. Both consist of procedural code. Both run automatically. Both are stored in the database. ANSWER DOWNLOAD EXAMIANS APP
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 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 WHERE CUSTOMER_T. CUSTOMER_ID = ORDER_T. CUSTOMER_ID Outer join Equi-join Cartesian join Natural join Outer join Equi-join Cartesian join Natural join ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following is one of the basic approaches for joining tables? Union Join Natural join All of these Subqueries Union Join Natural join All of these Subqueries ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL How many tables may be included with a join? One Three Two All of these One Three Two All of these 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. This information often cannot be updated by a user. All of these RDBMS store database definition information in system-created tables. This information can be accessed using SQL. This information often cannot be updated by a user. All of these ANSWER DOWNLOAD EXAMIANS APP