how to find count rows in table without count function?
Answer Posted / mani
Select max(rownum) from table_name;
| Is This Answer Correct ? | 35 Yes | 0 No |
Post New Answer View All Answers
What is oracle rowcount?
How to create a new table in oracle?
how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?
Why should I use oracle database?
What is java oracle used for?
What happens to the current transaction if a ddl statement is executed?
Explain what are clusters?
How to convert characters to numbers in oracle?
What is oracle update statement with inner join ?
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
Explain joins in oracle?
How to use windows user to connect to the server?
How to use an explicit cursor without open statements?
What is Virtual Private Database in Oracle?
What is an oracle user account?