What is left outer join?
Answers were Sorted based on User's Feedback
Answer / syam
This is using in SQL
A left outer join will return all the rows that an inner
join returns plus one row for each of the other rows in the
first table that did not have a match in the second table.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / kapil kumar
We can also use this concept in as400
JDFTVAL is a file level keyword used in Join Logical File.
It also act as left outer join.
| Is This Answer Correct ? | 5 Yes | 0 No |
what is a join logical file?
Q. Soppose one job is running in a batch mode for long time now i want to kill(end)this batch job.How you will achive this?
what is library?
In which specification can a report layout be defined ?
how to see the error messages for each command in cl?
what is the function of rlu ?
what is the function of cpysplf command?
How can I automate sftp commands(ls & get) in CL program.. If I want to write two scripts one for each command... can u plz tell where the script should be written? & what will be the content of each scripts?
what are the different types of data areas?
Can be OVRDBF command mentioned after OPNQRYF command in CL?
What is the purpose of PR and PI in calling program and called program? in Called program PR is compulsory?
what is the disadvantage of using global variable?