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 |
What is clustered vs nonclustered index?
Where is SQL Srever (In sQL server 2005/2008 where is SQL Server Located).
What is the difference between the following two sql statements select count(*) from <tablename> select count(col_name) from <tablename>
What is standby servers? Explain types of standby servers.
How to rename an existing column with sql server management studio?
What is difference beteen Migration and Upgrdation?
Can you type more than one query in the query editor screen at the same time?
what are different types of raid configurations? : Sql server database administration
Can we write ddl in trigger?
CTE(common table expression)
internal language used in sql server 2000?
How to find the second highest salary of an employee?
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)