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
Explain about functional dependency and its relation with table design?
What is oracle sid?
What do you mean by redo log file mirroring?
Explain the difference between sql and oracle?
How do I manually create a database in oracle?
How to write date and time literals in oracle?
Explain the use of file option in exp command.
Explain integrity constraint?
How to rename an existing table?
How to create a new table in oracle?
What happens in oracle commit?
How to build data dictionary view an new database?
1) WIll all the user get the DEFAULT profile, if their current profile got deleted at any point of time? 2) What are the Situation we need to MOVE the TABLE between T.spaces? 3) What is the use of MOVING the TABLE between SCHEMA'S? 4) What are the Table Clause, Segment Clause and the Datafile Clause which will override each other? 5) Explain SORT_AREA_SIZE of Tempfile to make UNIFORM SIZE
How to use attributes of the implicit cursor in oracle?
What is the difference between substr & instr functions?