What is the difference between inner join @ outer join
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 ? | 1 Yes | 0 No |
Answer / mathan kumar
inner join means join the file it self...
outer join means join the primary file with secondary
file..
| Is This Answer Correct ? | 0 Yes | 5 No |
what do you mean by SESSION/DEVOCE ERROR?
How Chain operation copies the record's data to the input buffer for the program?
how can i retrieve the field name from display file at run time? Devendra Singh Tomar
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.
this is rpg3 code W0RTN IFEQ @CN,002 what is the means @CN,002
how to display all the members records in a physical file without using ovrdbf?
parameters cannot be passed in which one???
What is the name of default out queue when user logs inn to syatem with valid profile?
purpose of pannel group??/
what will happen two jobs have same name are submitted
Hello, I want to extend a length of field in my Display file(Subfile). Please suggest the possible steps. Thanks
what built in function can be used with SETLL.If you want to check whether the search argument is successful or not? Please give me answer with example?