Q.1.
Which of the following is true concerning systems information in an RDBMS?
Q.2.
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
Q.3.
Embedded SQL is which of the following?
Q.4.
A UNION query is which of the following?