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
Explain about cursor stability?
What is dpf in db2?
What is clone table?
What is buffer pool and list some of them?
Explain about rct in db2?
What is the use of commit in db2?
What is the difference between oracle and db2?
What is the difference between bind and rebind in db2?
Can we delete records from view?
Explain correlated sub-queries.
What is the role of union all and union
What happens in bind step in a db2 program?
What is access path in db2?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
What is a bind card?