With out using count() function. How to the find total
number of rows in a table?
Answer Posted / 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 |
Post New Answer View All Answers
Is grant a ddl statement?
explain mysql aggregate functions. : Sql dba
How run sql*plus commands that are stored in a local file?
explain the delete statements in sql
Can we rename a column in the output of sql query?
What is the difference between sql, mysql and sql server?
Is vs as in pl sql?
What view means?
What is faster join or subquery?
What's the procedure?
What is difference between procedure and trigger?
how many columns can be used for creating index? : Sql dba
What is clustered index sql?
What is sqlerrd?
Is sql low level language?