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
How to delete all rows a table in oracle?
How to connect to a local oracle 10g xe server?
What is hot backup and logical backup?
Which are the five query types available in oracle?
What is an oracle table?
How to create an oracle database?
What are advantages of dateset in datastage?
What are the various oracle database objects?
How to load a large xml file?
What is a user role in oracle?
How to recover a dropped table in oracle?
What is difference between cartesian join and cross join?
How do I call oracle stored procedures that take no parameters?
Explain the use of record length option in exp command.
What is a cognitive schema?