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
how to do daily transactions with out sql* loader control file regesterd in apps?
How to resolve the ORA-39133 error in Oracle?
How to get last row id?
What is the difference between substr & instr functions?
When do you get a .pll extension in oracle? Explain its importance
What are oracle functions?
What is memory advisor in Oracle?
What do you mean by merge in oracle and how can we merge two tables?
What are the attributes that are found in a cursor?
Explain user account with reference to oracle.
How to lock and unlock a user account in oracle?
What to do if the startbd.bat failed to start the xe instance?
How to execute the package in oracle?
What is oracle database 10g express edition?
How would you begin to troubleshoot an ORA-3113 error?