With out using count() function. How to the find total
number of rows in a table?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / manjunath u
rownum is one of the option, can deal with sequence also
| Is This Answer Correct ? | 4 Yes | 2 No |
What is sql indexing?
Can we insert delete data in view?
What does pl sql developer do?
Why we use stored procedure instead of query?
What is trigger price?
What is t-sql? : Transact sql
Is pl sql and postgresql same?
what is innodb? : Sql dba
How to load data with sql*loader?
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba
What are the types of triggers in sql?
What is difference between sql and oracle?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)