With out using count() function. How to the find total
number of rows in a table?
Answer Posted / ramaraju
select max(rownum) from table_name;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do we accept inputs from user during runtime?
Inline the values in PL/SQL, what does it mean.?
Can we join same table in sql?
Compare sql & pl/sql
Define sql delete statement.
What are % type and % rowtype?
How can I change database name in sql?
how are mysql timestamps seen to a user? : Sql dba
What is the difference between row level and statement level trigger?
Where can I learn sql for free?
Is stored procedure faster than query?
Can ddl statements be used in pl/sql?
what is a record in a database ? : Sql dba
What is the use of index in hive?
what is the use of set statement in tsql? : Transact sql