3.
Which of the following is true concerning a procedure?

5.
Which of the following statements is true concerning routines and triggers?

7.
Which of the following is true concerning systems information in an RDBMS?

8.
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

9.
Embedded SQL is which of the following?

10.
A UNION query is which of the following?