Welcome to your Java Practice Test - 6
A UNION query is which of the following?
A table is in 3NF if it is in 2NF and if it has no ____________
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 ;
Which of the following is a correlated subquery?
Which of the following is true concerning triggers?
Which of the following statements is true concerning subqueries?
Embedded SQL is which of the following?