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 is java sql package?
Is sql injection illegal?
What is difference between sql and mysql?
what is sql? : Sql dba
How do you define a foreign key?
Is sql free?
What are the possible values that can be stored in a boolean data field?
Why do we need cursor in pl sql?
Is subquery faster than join?
Why is pl sql used?
how do you control the max size of a heap table? : Sql dba
Why do we use %rowtype & %type in plsql?
Is it possible to include an insert statement on the same table to which the trigger is assigned?
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql
what are set operators in sql? : Sql dba