table -
new_no old_no
2345 1234
3456 2345
5678 4567
output sud be -new_no
1234
2345
3456
4567
5678
Answer Posted / bibhu
select new_no as new_noz
from t01
union
select old_no as new_noz
from t01
order by new_noz
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is mutating error in pl sql?
What are the three pl sql block types?
What is the function that is used to transfer a pl/sql table log to a database table?
what is 'mysqlimport'? : Sql dba
What is where clause in sql?
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
Explain the purpose of %type and %rowtype data types with the example?
What is a table partition?
What is a recursive join sql?
What are the operators in sql?
what is the difference between blob and text? : Sql dba
What is union?
What is difference between sql and oracle?
What if we write return in procedure?
what is the bond code in materialized view?