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
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?
How to do paging with oracle?
How can you merge two tables in oracle?
How to use "if" statements on multiple conditions?
Give the various rollback segment states.
How do I limit the number of oracle database connections generated by weblogic server?
What is an oracle database table?
Why we use bulk collect in oracle?
What is difference between cartesian join and cross join?
Is truncate autocommit in oracle?
How to list all indexes in your schema?
What is procedure overloading in oracle?
What is a user role in oracle?
How to check the server version in oracle?
What is ASM (Automatic Storage Management) in Oracle?