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
How you improve the performance of sql*loader? : aql loader
What is the command used to fetch the first 5 characters of a string?
Does view store data in sql?
Can ddl statements be used in pl/sql?
Explain what is sql?
how can you create an empty table from an existing table? : Sql dba
What is pl sql code?
What is AUTH_ID and AUTH_USER in pl/sql ?
what are properties of a transaction? : Sql dba
What are the different types of constraints?
Why do we use procedures in pl sql?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
What does pl sql developer do?
How to make a copy values from one column to another in sql?
Explain the working of foreign key?