how to create temparary sequence

Answers were Sorted based on User's Feedback



how to create temparary sequence ..

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 to create temparary sequence ..

Answer / naresh

by using nvl function

Is This Answer Correct ?    8 Yes 10 No

Post New Answer

More SQL PLSQL Interview Questions

What are sql commands?

0 Answers  


Do we need to create index on primary key?

0 Answers  


What are different types of indexes?

0 Answers  


Sql technical questions

0 Answers  


what is a cursor? : Sql dba

0 Answers  






What is difference between my sql and sql?

0 Answers  


What is union and union all keyword in sql?

0 Answers  


How can I delete duplicate rows?

0 Answers  


How to convert comma separated string to array in pl/sql?

0 Answers  


How many row comparison operators are used while working with a subquery?

0 Answers  


How to generate a salary slip like jan 1000 1000 feb 1000 2000 ... dec 1000 12000

0 Answers   BT,


What is oracle and pl sql?

0 Answers  


Categories