With out using count() function. How to the find total
number of rows in a table?
Answer Posted / subbarayulu neela
select max(rownum) from table-name;
Here rownum is a keyword which can gives unique number for
individual rows.
| Is This Answer Correct ? | 35 Yes | 2 No |
Post New Answer View All Answers
Do we need to rebuild index after truncate?
How to install oracle sql developer?
how to see the create table statement of an existing table? : Sql dba
What are different types of queries in sql?
define sql insert statement ? : Sql dba
Explain two easy sql optimizations.
How many types of literals are available in pl sql?
Which command is used to delete a package?
explain the difference between myisam static and myisam dynamic. : Sql dba
how to escape special characters in sql statements? : Sql dba
What trigger means?
What is file based approach?
What are the types of sql commands?
What is sap sql anywhere?
how to fetch alternate records from a table? : Sql dba