How do you take the union of two tables in sql?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

What is a heap in sql?

0 Answers  


what is cursor. write example of it. What are the attributes of cursor.

0 Answers  


Is join same as left join?

0 Answers  


What is union?

0 Answers  


Dear All, Question for this Week Find out possible error(s) (either at compile time or at runtime) in the following PL/SQL block. State the reason(s) and correct the errors. Declare Cursor C1 is select ename, sal, comm from emp; Begin For i in C1 Loop If i.comm between 299 and 999 then Dbms_output.put_line(i.Ename || ‘ ** Good Commission’); Elsif i.comm > 999 then Dbms_output.put_line(i.Empno || ‘ ** Very Good Commission’); close C1; Else Dbms_output.put_line(i.Ename || ‘ ** ’ ||nvl(i.comm,‘O’)); End if; End Loop; End;

7 Answers   Accenture,






Can you load data into multiple tables at once? : aql loader

0 Answers  


how to concatenate two character strings? : Sql dba

0 Answers  


What are the subsets of sql?

0 Answers  


create a store procedure and created synonms for that store procedure after modify that store procedure will effect on synonms? If we delete the store procedure what happened to that synonms?

2 Answers   Polaris,


how to select unique records from a table? : Sql dba

0 Answers  


describe transaction-safe table types in mysql : sql dba

0 Answers  


can i write pl/sql code in a package

2 Answers  


Categories