Westonci.ca offers fast, accurate answers to your questions. Join our community and get the insights you need now. Discover the answers you need from a community of experts ready to help you with their knowledge and experience in various fields. Connect with a community of professionals ready to provide precise solutions to your questions quickly and accurately.

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