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 meant by Join? What are the different types of Joins available? Explain.
how can we find the number of rows in a table using mysql? : Sql dba
How many functions are there in sql?
how to extract a unit value from a date and time? : Sql dba
What is Data Concarency and Consistency?
Which is faster subquery or join?
What happens if a procedure that updates a column of table X is called in a database trigger of the same table ?
How do you pronounce sql?
What is difference between triggers and stored procedures. And advantages of SP over triggers ?
What is oracle sql developer?
how can we find the select statement is indexed or not?
How does one use sql*loader to load images, sound clips and documents? : aql loader
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)