adplus-dvertising
frame-decoration

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

a.

Equi-join

b.

Natural join

c.

Outer join

d.

Cartesian join

Answer: (d).Cartesian join

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The following SQL is which type of join:

Similar Questions

Discover Related MCQs

Q. Which is not a type of join in T-SQL?

Q. Which of the following is not a limitation of view?

Q. SQL Server has mainly how many types of views?

Q. Dynamic Management View is a type of ___________

Q. Syntax for creating views is __________

Q. You can delete a view with ___________ command.

Q. What is SCHEMABINDING a VIEW?

Q. Which of the following is not a SQL Server INFORMATION_SCHEMA view?

Q. ___________ is stored only in the Master database.

Q. If we do want to eliminate duplicates, we use the keyword __________in the aggregate expression.

Q. All aggregate functions except __________ ignore null values in their input collection.

Q. A Boolean data type that can take values true, false, and ____________

Q. Which of the following should be used to find all the courses taught in the Fall 2009 semester but not in the Spring 2010 semester?

Q. The phrase “greater than at least one” is represented in SQL by ___________

Q. We can test for the nonexistence of tuples in a subquery by using the __________ construct.

Q. Which of the following command is used to get child items in powershell?

Q. Point out the wrong statement.

Q. __________ convert object properties into CSV objects.

Q. Point out the wrong statement.

Q. Syntax for viewing the methods and properties we can pipe our output to Get-Member by ______________