Discover the best answers at Westonci.ca, where experts share their insights and knowledge with you. Our platform provides a seamless experience for finding reliable answers from a network of experienced professionals. Our platform provides a seamless experience for finding reliable answers from a network of experienced professionals.

Which join is made with the following query?
select * from demo1, demo2

A: Explicit inner join
B: Implicit inner join
C: Outer join
D: Cross join


Sagot :

The cross join is the type of join that is used to create the query.

What is a join statement?

This is the term that is used in database programming in order to refer to the select statement that helps in the combination of the records that are contained in two different tables.

The condition that this is used to make happen is what is called the Join statement. There are different types of this type of condition. They are:

A: Explicit inner join

B: Implicit inner join

C: Outer join

D: Cross join

Read more on database here:  https://brainly.com/question/518894

#SPJ1