----> 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
What is difference between pl and sql?
Can I copy :old and :new pseudo-records in/to an oracle stored procedure?
How do you use a while loop in pl sql?
How do you declare a constant?
What is the difference between the conventional and direct path loads? : aql loader
What are the uses of merge?
What is the purpose of the partition table?
How many types of cursors supported in pl/sql?
What is data modelling in sql?
How do I save a stored procedure?
Can we insert delete data in view?
How do I edit a trigger in sql developer?
Explain the purpose of %type and %rowtype data types with the example?
What is trigger in pl sql with examples?
What is input buffer in sql*plus?