What is difference between left and right outer join?
Answer / 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 |
What is difference between a PROCEDURE & FUNCTION ?
Can triggers stop a dml statement from executing on a table?
Is it possible to sort a column using a column alias?
if i perform any operation on views such as insert, delete etc will my base table get affected?????
explain advantages of myisam over innodb? : Sql dba
Is left join same as join?
How can multiply values of a column? OR How can multiply value of a row of a column using a single query in SQL?
Why do you partition data?
what is the difference between granting and creating a view?
what are sequences
What is the use of partition by in sql?
Is nosql relational?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)