Science, asked by Lukassuta657, 7 months ago

Name the different type of joins with examples​

Answers

Answered by snehaagrawal624
0

Different Types of SQL JOINs

(INNER) JOIN: Returns records that have matching values in both tables.

LEFT (OUTER) JOIN: Returns all records from the left table, and the matched records from the right table.

RIGHT (OUTER) JOIN: Returns all records from the right table, and the matched records from the left table.

make as brainlist

Answered by gramji863
0

Answer:

Different Types of SQL JOINs

(INNER) JOIN: Returns records that have matching values in both tables.

LEFT (OUTER) JOIN: Returns all records from the left table, and the matched records from the right table.

RIGHT (OUTER) JOIN: Returns all records from the right table, and the matched records from the left table.

Mark me brain list

Similar questions