Intern — Senior
SQL JOIN: demonstration of all types of joins
livecode
Task condition
It is necessary to demonstrate the work of all standard types of table joins and display the result for each operation.
A (id)
1
2
3
4
B (id)
2
4
6
8
select A.id, B.id
from …