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 |
tell us something about heap tables. : Sql dba
Can we use the cursor's to create the collection in PL/SQL?
What does sign mean sql?
What are two statement types in sql?
wirte a query to filter improper date format follwing table? date 20-apr 22-may-2010 26-jun-2010 feb-2009 i want the output date 22-may-2010 26-jun-2010
how can we transpose a table using sql (changing rows to column or vice-versa) ? : Sql dba
Explain exception handling in pl/sql?
What is posting?
Explain the update statement in sql
What is procedure function?
Where not exists in sql?
What is a pl/sql block?
Oracle (3259)
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)