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 are the ansi data types supported in oracle?
What happens if you lost a data file?
How to create an oracle database manually?
Explain an exception?
How to see the table columns used in an index?
What are the types of partitions in oracle?
what is reindexing?
What is the difference between alert log file and tarce file ?
How to convert characters to times in oracle?
how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?
What are the uses of Database Trigger ?
What do you understand by a database object? Can you list a few of them?
What is query image?
What are the numeric comparison operations?
What is the difference between Delete, Truncate and Drop in Oracle?