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
What are the main features of cursor?
What are the usages of sql?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
What is a full join sql?
What is sql*plus?
What are the operators in sql?
What is latest version of sql?
what are the advantages of mysql in comparison to oracle? : Sql dba
Does inner join remove duplicates?
What is a record in a database?
Can we connect to postgresql using sql developer?
Do we need commit after truncate?
Which is better trigger or stored procedure?
Explain the select statement in sql?
what are different types of collation sensitivity? : Sql dba