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 to assign query results to variables?
i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)
What happens if the imported table already exists?
if you ctreate table identity
Please explain oracle left join with an example?
What is archive log in Oracle?
How to name query output columns in oracle?
What is the minimum client footprint required to connect c# to an oracle database?
Explain the types of exception?
What do you mean by cdb and pdb in oracle 12c?
What is meant by a deadlock situation?
Explain what are synonyms used for?
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
How do I connect to oracle?
How to see free space of each tablespace?