Answer Posted / naresh
select * from table full outer join tablename2;
or
select * from table1,table2 where
table1.columnname(+)=table2.colunmname(+);
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How many tables can a sql database have?
What are some predefined exceptions in pl/sql?
Does sql profiler affect performance?
what is the difference between where clause and having clause? : Sql dba
How to sort the rows in sql.
how to concatenate two character strings? : Sql dba
what is the difference difference between procedure and packages
What is not equal in sql?
What is record type in pl sql?
What is the difference between mdf and ndf files?
What is string data type in sql?
What are the constraints available in sql?
what is cursor. write example of it. What are the attributes of cursor.
What is the mutating table and constraining table?
How do I order columns in sql?