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 |
difference between cursor and procedure in a package
What is an alias command?
What is type and rowtype in pl sql?
How do I count rows in sql query?
oracle is compiler or interpretter,can any one tell me the answer?
sales persons should always receive commission of 100 at least. employees who r not sales persons should never receive commission.(Triggers)
What are different sql data types?
What is Overloading of procedures ?
How do you use a while loop in pl sql?
How to sort the rows in sql.
What are transaction and its controls?
what is the difference between sql and t-sql? : Transact sql
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)