Advanced SQL Which of the following is true concerning systems information in an RDBMS? 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. This information often cannot be updated by a user. All of these 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 All of these Outer join Natural join Equi-join All of these Outer join Natural join ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL A correlated subquery is where the outer query depends on data from the inner query. True False True False ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Embedded SQL is which of the following? 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. Hard-coded SQL statements in a trigger. ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following statements is true concerning subqueries? Cannot return the same result as a query that is not a subquery. Does not start with the word SELECT. Involves the use of an inner and outer query. All of these Cannot return the same result as a query that is not a subquery. Does not start with the word SELECT. Involves the use of an inner and outer query. All of these ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following statements is true concerning routines and triggers? Both have to be called to operate. Both are stored in the database. Both consist of procedural code. Both run automatically. Both have to be called to operate. Both are stored in the database. Both consist of procedural code. Both run automatically. ANSWER DOWNLOAD EXAMIANS APP