InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of 'outerjoin'? |
|
Answer» With the use of OUTER join you can join the tables EVEN there is no entry in all the tables USED in the view. In case of inner join there should be an entry in all the tables use in the view. With the use of outer join you can join the tables even there is no entry in all the tables used in the view. In case of inner join there should be an entry in all the tables use in the view. |
|