without using count(*) and rownum how can we count total
record in a table
Answer Posted / sanrai
Select max(rownum) From dual
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
Why does for update in oracle 8 cause an ora-01002 error?
What is using clause and give example?
Which is faster join or subquery in oracle?
How to create an oracle testing table?
How to define a cusotmer as a supplier in ORACLE R12
Explain an extent?
What are named parameters?
How to define an anonymous block?
What do you understand by database schema and what does it hold?
What is primefaces used for?
Why do we use bulk collect in oracle?
IS it possible to built the oracle database without setting the kernal parameters?
What is the maximum number of triggers that can be applied to a single table?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
What is dual table oracle?