----> There is a table T with two columns C1 and C2.
The data is as below:
C1 C2
1 4
2 5
3 6
Answer Posted / ramaraju
select c1 as c1 from t1
union
select c2 as c1 from t1;
try this one.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Mention what is the use of function "module procedure" in pl/sql?
What is a table?
What are the features of pl sql?
Explain character-manipulation functions?
Does asenumerable execute the query?
How do I run a sql trace?
What is trigger explain with example?
Is sql better than excel?
Why is sql better than hql?
What are the different schemas objects that can be created using pl/sql?
What is full join?
What is a procedure in pl sql?
What do we need to check in database testing?
Does sql*plus also have a pl/sql engine?
Why do we need cursor in pl sql?