Question: 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

Click to view Correct Answer

Previous || Next

Advanced SQL - General Questions more questions

Which of the following is true concerning a procedure?

A CASE SQL statement is which of the following?

Which of the following statements is true concerning routines and....

Which of the following is one of the basic approaches....

Which of the following is true concerning systems information in....

Embedded SQL is which of the following?

A UNION query is which of the following?

Which of the following statements is true concerning subqueries?

Which of the following is a correlated subquery?

How many tables may be included with a join?

Advanced SQL - General Questions more Online Exam Quiz

Namespaces - General Questions

Operators - General Questions

Polymorphism - General Questions

Properties - General Questions

Structures - General Questions

Data and Database Administration - General Questions

Database Design Using Normalization - General Questions

Database Processing for BIS - General Questions

Database Redesign - General Questions

Data Modeling with ER Model - General Questions