Give an example of Full Outer Join?
Answer / senthil kumar
6. full outer join : ALL UNMATCHED DATA FROM BOTH TABLES
SELECT * FROM TABLE A FULL OUTER JOIN TABLE B ON (A.ID= B.ID)
Ex:
TABLE A
NO NAME 1 X
2 Y
5 Z
TABLE B
NO NAME 1 XX
2 YY
3 ZZ
4 AA
OUTPUT:
NO NAME NO NAME
1 X 1 XX
2 Y 2 YY
3 ZZ
4 AA
5 Z
| Is This Answer Correct ? | 3 Yes | 0 No |
What is primary and foreign key?
What is duration in sql profiler trace?
what is a trigger in mysql? Define different types of trigger. : Sql dba
How to execute OS(operating system) command from pl/sql?
What is trigger explain with example?
Why do we create stored procedures & functions in pl/sql and how are they different?
Can we create non-clustured index on a clustered index ?
What is Histogram?
What is a design view?
Explain the advantages and disadvantages of stored procedure?
What are instead of triggers?
Describe different types of general function used in sql?
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)