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
Options
A. Equi-join
B. Natural join
C. Outer join
D. Cartesian join
Correct Answer
Equi-join
More questions
1. When using SQL*Plus, Oracle commands, column names, table names and all other database elements: