how to create temparary sequence
Answers were Sorted based on User's Feedback
Answer / shipra
select rownum seq
, name
, age
from ( select name
, age
from your_table
order by name
)
Is This Answer Correct ? | 3 Yes | 0 No |
How do I start sql from command line?
What is the difference between Union and Union all. Which is faster.
what is rollback? : Sql dba
How do I tune a sql query?
Why do we use function in pl sql?
Give an example of any procedure.
5 Answers Accenture, iFlex, Wipro,
Is not null in sql?
What is break?
Why left join is used in sql?
What are pl sql procedures?
what is view? : Sql dba
Explain raise_application_error.