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 are the 3 types of behavioral triggers?
what will be the output: select 1 from emp union all select 2 from emp;
What is difference between pls_integer and integer?
What is transaction control language (tcl)?
What is the need of merge statement?
Initially question was asked to mention the types of indexes. Then asked about BITMAP INDEX and B-Tree Index
What are the default Oracle triggers??
What is dense_rank in sql?
how to get @@error and @@rowcount at the same time? : Sql dba
How packaged procedures and functions are called from the following?
Types of optimization?
Can we create table in function?
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)