What is Right Outer Join?
Answers were Sorted based on User's Feedback
Answer / g.ramesh
It produce Result Set Which contains matched rows and right
table unmatched rows.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / ram
select empno,ename,sal,e.deptno,dname from emp e right outer
join dept d where e.deptno=d.deptno
in abvoe query we use emp and dept table with right outer join
which produce output all records from dept table and
matched records from emp table
| Is This Answer Correct ? | 2 Yes | 0 No |
Define full outer join in sql server joins?
How to find out the list schema name and table name for the database?
How will u find the query which is running in some other machine
4 Answers CarrizalSoft Technologies, IBM,
What is onf in normalization form?
How to achieve Paging of records in SQL SERVER?
0 Answers Petranics Solutions,
Explain collation?
explain different types of jions with examples briefly?
What is RAID and what are different types of RAID configurations?
what is the output for this query select * from employee where 1=1;
what's the information that can be stored inside a bit column? : Sql server database administration
Explain what is lock escalation?
How many index can be created for single table
4 Answers CarrizalSoft Technologies, Verizon,
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)