Advanced SQL Which of the following is true concerning a procedure? They include procedural and SQL statements. They do not need to have a unique name. They are the same thing as a function. You do not create them with SQL. They include procedural and SQL statements. They do not need to have a unique name. They are the same thing as a function. You do not create them with SQL. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL The joining technique is useful when data from several relations are to be retrieved and displayed and the relationships are not necessarily nested. False True False True ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following statements is true concerning routines and triggers? 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. Both have to be called to operate. Both consist of procedural code. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Embedded SQL is which of the following? Hard-coded SQL statements in a trigger. Hard-coded SQL statements in a program language such as Java. The process of making an application capable of generating specific SQL code on the fly. Hard-coded SQL statements in a procedure. Hard-coded SQL statements in a trigger. Hard-coded SQL statements in a program language such as Java. The process of making an application capable of generating specific SQL code on the fly. Hard-coded SQL statements in a procedure. 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 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 ; Outer join Equi-join Natural join Cartesian join Outer join Equi-join Natural join Cartesian join ANSWER DOWNLOAD EXAMIANS APP