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 SQL Tuning Advisor in Oracle?
How to start your 10g xe server?
Can the query output be sorted by multiple columns in oracle?
What is oracle thin client?
Is it possible to split the print reviewer into more than one region ?
Please explain compound trigger in oracle?
Explain a synonym?
Can group functions be mixed with non-group selection fields?
What is transport network substrate (tns) in oracle?
Which dictionary tables and/or views would you look at to diagnose a locking issue?
Where are the settings stored for each instance in oracle?
Explain oracle insert into command?
Please explain oracle left join with an example?
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?
How many categories of data types in oracle?