Answer Posted / shipra
select rownum seq
, name
, age
from ( select name
, age
from your_table
order by name
)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is sql query optimization?
what is error ora-03113: end-of-file on communication channel?
Can we use pl sql in sql server?
What is faster join or subquery?
What is normalization sql?
What is your daily office routine?
How to display the records between two range in Oracle SQL Plus?
How many sql statements are used?
What normalization means?
What are sql data types?
What is the use of function in sql?
What is a unique key and primary key and foreign key?
Why do we need view in sql?
Is it possible to update views?
What are string functions in sql?