without using count(*) and rownum how can we count total
record in a table
Answer Posted / rajesh
SQL> SELECT TABLE_NAME, NUM_ROWS FROM USER_TABLES WHERE TABLE_NAME='EMP';
TABLE_NAME NUM_ROWS
------------------------------ ----------
EMP 14
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can we force the database to use the user specified rollback segment?
What is the difference between Delete, Truncate and Drop in Oracle?
Why we use bulk collect in oracle?
How can Oracle users be audited?
What is merge statement used for?
What is hot backup and logical backup?
why dont we assign not null constraint as table level constraint.
What are the types of partitions in oracle?
what is dynamic SGA and static SGA
Explain the difference between replace() and translate() functions in oracle?
How to bring a tablespace online?
How to run create database statement again?
What are the differences between blob and clob in oracle?
How do I use os authentication with weblogic jdriver for oracle and connection pools?
How translate command is different from replace?