Ad Code

Which record show first ?

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.
Reactions

Post a Comment

0 Comments