Clayla John
0
Q:

use left outer join in sql

SELECT table1.column1, table2.column2...
FROM table1
LEFT JOIN table2
ON table1.common_field = table2.common_field;
3
left join or left outer join
0

New to Communities?

Join the community