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
Explain a data segment?
Why do you create or replace procedures rather that drop and recreate.
What are the common oracle dba tasks?
What are the ansi data types supported in oracle?
What is oracle sid?
What is the data pump import utility?
How to use "out" parameter properly?
What is raw datatype in oracle?
What happens if you use a wrong connect identifier?
If any one has information regarding interview of NIC (National Informatics Centre),it would be of great help...
What is oracle data type?
Explain constraining triggers.
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?
What is tns service name?
Differentiate between translate and replace?