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 the possible values that can be stored in a boolean data field?

0 Answers  


How many LONG columns are allowed in a table?

6 Answers   CTS,


What mean sql?

0 Answers  


What are different types of statements supported by sql?

0 Answers  


What is the difference between explicit and implicit cursors in oracle?

0 Answers  






Why is %isopen always false for an implicit cursor?

0 Answers  


Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?

0 Answers  


what's the difference between a primary key and a unique key? : Sql dba

0 Answers  


What are Nested Tables? How will u delete 5 rows from Nested Tables

3 Answers   IBM,


how u can find the n row from a table?

19 Answers   Tech Mahindra,


Name the operator which is used in the query for pattern matching?

0 Answers  


explain the difference between delete , truncate and drop commands? : Sql dba

0 Answers  


Categories