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
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
How to synchronize 2 schema's objects?
How to rename an existing table?
How do I escape a reserved word in oracle?
Why do you create or replace procedures rather that drop and recreate.
What is an oracle?
How to test null values?
Give syntax for SQL and ORACLE joins.
How to see the table columns used in an index?
What is the sql query to concatenate column values from multiple rows in oracle?
what is meant by magic query
What is the difference difference between $ORACLE_HOME and $ORACLE_BASE.
What is a nvl function?
How do I call oracle stored procedures that take no parameters?
How to drop a stored function?