how to genarate random numbers in oracle for particular row?

Answer Posted / swamireddy

first take table. the table contain a more than one row.
write query display the row randomly.
SELECT column FROM table
ORDER BY RANDOM()
LIMIT 1

Is This Answer Correct ?    1 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What happens to the indexes if a table is recovered?

579


Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.

1652


What do you mean by redo log file mirroring?

561


How many anonymous blocks can be defined?

587


can u send the sql dumps to sivakumarr1987@gmail.com plz help me

2600






What are oracle functions?

555


Explain an exception?

568


What is the usage of analyze command in oracle?

615


Is the After report trigger fired if the report execution fails ?

2406


Can we call procedure inside function in oracle?

614


11. Display the client number and name and the client number and name of the person who referred that client.

1922


How to select some columns from a table in oracle?

555


What is transport network substrate (tns) in oracle?

592


How do I spool to a csv formatted file using sqlplus?

550


What is a nested table?

633