Exercise :: Advanced SQL - General Questions
- Advanced SQL - General Questions
- Advanced SQL - True or False
6. | Which of the following is one of the basic approaches for joining tables? |
|||||||
|
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? |
|||||||
|