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

What is an oracle transaction?

588


How to create a table index?

568


What do you mean by merge in oracle and how can we merge two tables?

577


What is an oracle function?

602


What is tns entry?

625






Explain an exception and its types?

611


How to connect to a remote server?

564


What is a proxy object?

581


What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?

1527


How would you change old and new values in an insert, delete and update triggers?

545


How to create a stored program unit?

583


What is an oracle table?

558


How to create a stored procedure in oracle?

577


what's query optimization and without use of IN AND Exist can we get another way data from query

1672


How do we get field detail of a table?

627