What is Full Outer Join?
Answers were Sorted based on User's Feedback
Answer / g.ramesh
It produce Result Set which contains matched rows and both
side tables unmatched rows.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / pushpa
Join interms of database combining two or more tables.
we have many joins.
inner join,self join,outer join,cross join.
in outerjoin we have three types.
left outer join
right outer join
full outer join
if we want to join two tables--
use left outer join- get the matched columns of two tables & ramaining columns of left hand side table of the join statement.
use right outer join- get the matched columns of two tables & ramaining columns of right hand side table of the join statement.
use full outer join- get the matched columns of two tables & ramaining columns of left hand side table and right hand side table of the join statement.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / naren
matching columns of left and right tables and unmatched columns of both tables is displayed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write down the syntax and an example for create, rename and delete index?
How do I list the available tables in a database I'm querying?
What does it mean to normalize a database and why would you do it?
How many types of database relationship in sql server?
Explain contrast amongst grouped and non-bunched records?
How to set a database state to offline in ms sql server?
How many types of relations are there between dimension and measure group? : sql server analysis services, ssas
Write a SQL queries on Self Join and Inner Join.
How to determine the service pack currently installed on SQL Server?
What are the different types of locks in the database?
What is coalesce and check constraint in sql server?
What is executereader?
Oracle (3259)
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)