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 use "for" statements in oracle?
For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame ?
please explain.. DB architecture ...
Use of an integrity constraint is better to validate data. Explain
How to change user password in oracle?
In XIR2 if we lost the administration password .How can we regain the password?thanks in advance.
What is the data type of dual table?
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
What are the restrictions in a oracle read only transaction?
Write a syntax for update query in oracle?
What are the types of partitions in oracle?
Is oracle the best database?
How many types of database triggers exist?
Whats the benefit of dbms_stats over analyze?
How to connect to oracle using service name instead of sid?