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 the difference between between and in condition operators?
What are records give examples?
What is difference between sql and mysql?
What sql database should I use?
What is where clause in sql?
How can you create an empty table from an existing table?
what is a record in a database ? : Sql dba
what are date and time data types in mysql? : Sql dba
What is sql comments?
Why is sql better than hql?
What does varchar include?
How can we implement rollback or commit statement in a trigger?
How is pl sql different from sql?
What are all the different normalizations?
What are the basic sql commands?