Answer Posted / s
Inner Join return only matching rows whereas Outer Join
returns matching rows from both tables and unmatched rows
from either of the table depending on the join.
RIGHT outer Join returns matching rows and unmatched rows
from the right table.
LEFT outer join returns matching rows and unmatched rows
from the left table.
| Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
How to find the number of rows in a db2 table?
What are bind parameters in db2?
What's The Percentage Free Space ?
What is load replace in db2?
Can you tell me how can you find out the # of rows updated after an update statement?
What is a db2 schema?
How do I connect my db2 database to ibm?
Which command is used to connect to a database in DB2 ? Give the Syntax.
Why do we bind in db2?
How to execute stored procedure in db2 command editor?
What are the various data types available in db2?
What's The Error Code For Unique Index Voilation?
What type of database is db2?
What is bufferpool in db2?
Which is faster delete or truncate?