----> 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
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba
What is a unique constraint?
What is join view in sql?
What is compute?
What is an exception in PL/SQL? What are the two types of exceptions?
What is sql exception?
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
what is a foreign key ? : Sql dba
Is clustered index a primary key?
How do you exit in sql?
What is record data type?
What are the types of records?
what does the t-sql command ident_current does? : Transact sql
what is view? : Sql dba
Is oracle sql free?