without using count(*) and rownum how can we count total
record in a table

Answer Posted / sudipta santra

select count(rowid) from emp;

Is This Answer Correct ?    23 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I decide when to use right joins/left joins or inner joins or how to determine which table is on which side?

780


is there a tool to trace queries, like profiler for sql server?

823


How to assign data of the deleted row to variables?

804


Difference between hot backup vs. Cold backup?

783


What does sharding mean?

761


In the oracle version 9.3.0.5.0, what does each number shows?

1037


How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?

2959


What is the relation of a user account and a schema?

871


How to best split csv strings in oracle 9i?

793


What is transaction control statement and how many types of transaction control statement in Oracle?

812


What is the difference between a user and a schema in oracle?

814


Explain the use of indexes option in imp command.

782


What are the differences between char and nchar in oracle?

831


master table and child table performances and comparisons in Oracle ?

1895


How many memory layers are in the oracle shared pool?

854