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 a trigger word?
What are the properties of a transaction?
What is Difference Between Unique and Primary Key Constraints?
What do you understand by exception handling in pl/sql?
what is bcp? When does it used? : Sql dba
how many ways to get the current time? : Sql dba
What is update query?
Are pl sql variables case sensitive?
How to use sql*plus built-in timers?
What is sql and also describe types of sql statements?
what is a relationship and what are they? : Sql dba
what is the difference between truncate and drop statements? : Sql dba
Are stored procedures faster than dynamic sql?
Does mysql_real_escape_string prevent sql injection?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?