When we write the query "SELECT * from PROGRAM p full outer join COURSE c on p.PROGRAM = c.COURSE; " , then the resultant table will include course records first and then program records??
No, accrording to this query Program table records would be shown first.
0 Comments
Please add nice comments or answer ....