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 are actual parameters and formal parameters?
What is sql key?
What is an index? What are the types of indexes? How many clustered indexes can be created on a table?
What is the sql case statement?
How many columns should be in an index?
What is a table in a database?
how to see the create table statement of an existing table? : Sql dba
How many types of privileges are available in sql?
where are cookies actually stored on the hard disk? : Sql dba
Why are indexes and views important to an organization?
Is pl sql still used?
What is form and report?
How do I find duplicates in a single column in sql?
How can I see all tables in sql?
Can we call procedure in select statement?