Computer Science, asked by ashermitul2125, 1 year ago

How to use Straight Join in MySQL?

Answers

Answered by Anonymous
1

The straight join in MySQL works like inner join or join. This means that it returns only the matching rows. Firstly, we need to understand Straight join in MySQL. For that, we need to create two tables and relate both the tables with foreign key constraints.

Similar questions