adspace
What is difference between left and right outer join?
Answer Posted / Akshay Vivek
"The main difference between LEFT OUTER JOIN and RIGHT OUTER JOIN is the ordering of tables. A LEFT OUTER JOIN returns all records from the left table and matched records from the right, if any. A RIGHT OUTER JOIN does the opposite: it returns all records from the right table and matched records from the left."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to use regular expression in pattern match conditions? : Sql dba
Is primary key always clustered index?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
Is primary key clustered index?
What is the best sql course?
what are aggregate and scalar functions? : Sql dba
Can we rollback truncate?
Can we use distinct and group by together?
If a cursor is open, how can we find in a pl/sql block?
how to start mysql server? : Sql dba
What is your daily office routine?
What is the current version of sql?
Does group by remove duplicates?
what are all the common sql function? : Sql dba
How do I remove duplicates in two columns?