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 Natural join Equi-join Cartesian join Outer join Natural join Equi-join Cartesian join ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL Triggers are stored blocks of code that have to be called in order to operate. True False True False ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL How many tables may be included with a join? Two Three One All of these Two Three One All of these ANSWER DOWNLOAD EXAMIANS APP
Advanced SQL A transaction is the complete set of closely related update commands that must all be done, or none of them done, for the database to remain valid. True False True False 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 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