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
What is columnar storage what is the advantage?
What is pragma autonomous transaction in oracle?
What are the oracle built-in data types?
Can you drop an index associated with a unique or primary key constraint?
How many types of tables supported by oracle?
Give the constructs of a package, function or a procedure.
What is partitioned table in Oracle?
What are operators in oracle?
What is truncate oracle?
How to insert a new row into a table in oracle?
why dont we assign not null constraint as table level constraint.
What is the usage of control file in oracle?
How to display employee records who gets more salary than the average salary in the department?
ABOUT IDENTITY?
How to drop an index?