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 |
Assume,there are three tables in a database, Can i have both primary key and foreign key for each table in the same database?
How cand Optimize SQL Server Stored Procedures
Differences between functions and stored procedures?
8 Answers 247Customer, Accenture,
How to remove duplicate rows from table?
What is sqlservr.exe - process - sql server (sqlex?press)?
Explain sub-query?
What command is used to delete a table from the database in the sql server and how?
What is lock escalation? : sql server database administration
What is SCOPE_IDENTITY() in sql
what is physical sort data and logical sort data in index?
what is bit datatype and what's the information that can be stored inside a bit column? : Sql server database administration
What is attribute? : sql server analysis services, ssas
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)