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 ;

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

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?

Which of the following is true concerning triggers?

Poor data administration can lead to which of the following?

A traditional data administrator performs which of the following roles?

If both data and database administration exist in an organization,....

Which of the following is part of an administrative policy....

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