Respuesta :

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