----> 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 are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
What is the difference between sql, mysql and sql server?
How can you tell the difference between an index and a view?
Write a sql query to convert all character to uppercase after hypen.
Mention what problem one might face while writing log information to a data-base table in pl/sql?
what is the functionality of the function htmlentities? : Sql dba
The select into statement is most often used to create backup copies of tables or for archiving records?
Is left join same as inner join?
What is the difference between sql and t sql?
how can you see all indexes defined for a table? : Sql dba
What are the ways on commenting in a pl/sql code?
What is sql server and ase?
What is pl sql in oracle?
Does truncate release storage space?
Advantages and disadvantages of stored procedure?