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 |
when MSQL8.0 is in market
What are the benefits of using PL/SQL packages?
What are different types of queries in sql?
What is sqlcommand?
What are inner and outer joins examples of both?
What is the criteria while applying index to any column on any table.
What are the popular database management systems in the it industry?
What is pivot query?
What is a primary key? Explain
how to rename an existing column in a table? : Sql dba
How to assign sql query results to pl sql variables?
I need a exceptoin in pl/sql block so that if any errors occur in the block then no exception should errors should raise?
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)