Q:

The following SQL is which type of join:

0

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


  1. Equi-join
  2. Natural join
  3. Outer join
  4. Cartesian

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(a).Equi-join

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now