159k views
0 votes
What is the default join type?

User Isarathg
by
4.1k points

2 Answers

4 votes
Ans: SQL inner join


The simplest and most common form of a join is the SQL inner join the default of the SQL join types used in most database management systems. It's the default SQL join you get when you use the join keyword by itself. The result of the SQL inner join includes rows from both the tables where the join conditions are met.
User Alavrik
by
4.5k points
2 votes

Answer:

If this is for edge....it’s A) inner

Step-by-step explanation:

User Stefanus
by
4.5k points