Advanced SQL When AUTOCOMMIT is set on, changes will be made automatically at the end of each SQL statement. 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 consist of procedural code. Both are stored in the database. Both have to be called to operate. Both run automatically. Both consist of procedural code. Both are stored in the database. Both have to be called to operate. 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 Outer join Equi-join Cartesian join Natural join Outer join Equi-join Cartesian join ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Which of the following statements is true concerning subqueries? Involves the use of an inner and outer query. Cannot return the same result as a query that is not a subquery. Does not start with the word SELECT. All of these Involves the use of an inner and outer query. Cannot return the same result as a query that is not a subquery. Does not start with the word SELECT. All of these ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL There should be one condition within the WHERE clause for each pair of tables being joined. False True False True ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Triggers are stored blocks of code that have to be called in order to operate. False True False True ANSWER DOWNLOAD EXAMIANS APP