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 |
How can u convert the Date to String?
What are partitioned views and distributed partitioned views?
I applied Transactional with updatable subscriptions replication on 2 tables now i want to delete those 2 tables but i cannot delete those tables as replication is running how can i stop replication for those 2 tables(but i don't want to delete those replicated tables but i need to stop the replication) how can i do that
How to check status of stored procedure in sql server?
1.What is the deferece between DBMS & RDBMS? 2.How can you trouble shoot? If u will get error while installing sql server? 3.How can u trouble shoot slow running query? 4.how can u trouble log shipping errors? 5.why do we use merge replication instead of T.log replication?
How self join is different from outer join?
what are the advanced features in sql 2008?
What is cte (common table expression)?
Difference between: - Delete & Truncate - Table & View - Constraints & Triggers
When a primary key constraint is included in a table, what other constraints does this imply?
List out the different types of locks available in sql server?
but what if you have to create a database with two filegroups, one on drive c and the other on drive d with log on drive e with an initial size of 600 mb and with a growth factor of 15%? : Sql server database administration
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)