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
How to run the anonymous block again?
How many categories of data types in oracle?
How do I learn what codesets are available in oracle?
How is it different from a normal table?
How to install oracle odbc drivers?
What are the built-in functions used for sending Parameters to forms ?
What are the roles of dba?
Name the three major set of files on disk that compose a database in Oracle?
What are ddl statements in oracle?
What are the different types of record groups in oracle? Explain each of them
How to apply filtering criteria at group level in oracle?
How to delete a user account in oracle?
How does Oracle guarantee data integrity of data changes?
What privilege is needed for a user to query tables in another schema?
Explain an index?