What is the difference between inner join @ outer join
Answer Posted / ravi shankar porwal
In inner join only matched records of primary & secondary
will be selected.Whereas in outer join All the records of
primary file get selected with default value of secondary
file.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
is this a rpg channel?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
what is an online rpg?
what is the rpg system?
what is the necessary keyword needed to scroll subfile records?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
what are the key words you must use when using a subfile?
are there any useful c runtime apis that I can call from rpg iv?
how do I preserve and clean the array?
what is *place and *auto keyword in prtf ?plz explain
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
how do I declare a table or array in rpg iv?
How Chain operation copies the record's data to the input buffer for the program?
What is the difference between iter and do?