Respuesta :

The join condition is generally composed of an equality comparison between the foreign key and the primary key of related tables.

Which type of join return row match with values?

The inner join is a type of join condition that can return a row match with values. This type of join returns those records which have matching values in both tables.

So, if you perform an inner join operation between the Employee table and the Projects table, all the tuples which have matching values in both tables will be given as output.

Therefore, the join condition is generally composed of an equality comparison between the foreign key and the primary key of related tables.

To learn more about foreign keys, refer to the link:

https://brainly.com/question/17465483

#SPJ1