2. Select A.A from ( select 1 as from dual Union select 1 as from dual)A
Full outer join ( select 1 B from dual Union select 2 B from dual)B
On A.A=B.B
Post New Answer View All Answers
What is basic structure of pl sql?
Can we commit inside a trigger?
Does postgresql run on the cloud?
what is an index? : Sql dba
What is faster join or subquery?
Why do we need unique key in a table?
What is dense_rank?
What is the use of non clustered index?
How do you declare a variable in pl sql?
What is nosql example?
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
What is the difference between microsoft access and sql?
how mysql optimizes distinct? : Sql dba
What is difference between sql and mysql?
What is rtm in testing?