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
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
explain sflclr, sflend, sfldlt, and sflcsrrrn?
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 to declare the pull button in AS/400..
can you debug ile rpg program using isdb?
How Chain operation copies the record's data to the input buffer for the program?
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
How can we override a file during runtime in rpg?
how do I declare a table or array in rpg iv?
what are the key words you must use when using a subfile?
what is data area and how it is used in rpg program ?
How many program bind in one module....
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?
What is file identifier where we can use?
which program rpg or cl is efficent to update a transaction onto a database file and why ?