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 does sql stand for?
what is HASH join?
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
ex: take one schema in that t1,t2,.....tn tables and you don't no the table name also. write a procedure if enter columns name then display the maching columns .otherwise display the unmatch columns.
what is the difference difference between procedure and packages
2 Answers 3i Infotech, Oracle,
Explain how to use transactions efficiently : transact sql
What are all the ddl commands?
What are the differences between in and exists clause?
How can I pass the inner procedure value to outer procedure ?
What is sql*loader and what is it used for? : aql loader
What are types of joins?
What is write ahead logging in sql server?
Oracle (3253)
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)