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

Answer Posted / sudarshanbehera07@gmail.com

Ans: showing error (ORA-00904: "A"."A": invalid identifier)

Is This Answer Correct ?    3 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between in and between in sql?

763


What is data type in database?

718


what is the difference between rownum pseudo column and row_number() function? : Sql dba

802


What's the difference between a primary key and a clustered index?

708


What are the types of subqueries?

758






Does view store data in sql?

693


Differentiate between sga and pga.

874


What does desc stand for?

778


Can we use update in sql function?

767


What are analytic functions in sql?

734


How to take user input in pl sql?

884


What is pragma in pl sql?

764


What can you do with pl sql?

760


Explain what is a field in a database and record in a database?

786


Can we insert delete data in view?

721