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
Write a trigger example in oracle?
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
What are the different types of partitions in oracle?
Point out the difference between user tables and data dictionary?
In the oracle version 9.3.0.5.0, what does each number shows?
How to add a new column to an existing table with a default value?
can u send the sql dumps to sivakumarr1987@gmail.com plz help me
how do u setup a replication site?
How can windows applications connect to oracle servers?
List out the components of logical database structure of oracle database.
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?
What is integrity and what is constraint??Explain with example
What is the difference between pre-select and pre-query?
How to use values from other tables in update statements using oracle?
Can you assign multiple query result rows to a variable?