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
Answers were Sorted based on User's Feedback
Answer / sudarshanbehera07@gmail.com
Ans: showing error (ORA-00904: "A"."A": invalid identifier)
Is This Answer Correct ? | 3 Yes | 4 No |
What are the types of triggers in sql?
Explain the usage of WHERE CURRENT OF clause in cursors ?
What is embedded sql with example?
what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba
what is d diff between grant,commit,rollback n savepoint
Does truncate require commit?
What packages are available to pl/sql developers?
What is the difference between DELETE and TRUNCATE?
15 Answers Johns Hopkins University, Tech Mahindra,
which tcp/ip port does sql server run on? : Sql dba
write the Sql query for creating database backup?
What will be the output for the below Query Select 'High' from dual where null = null;
Write a query to find the names of users that begin with "um" in sql?