How to count the no of records of a table without using
COUNT function?
Answer Posted / sandeep
select max(rownum) from table_name;
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
what is the difference between rownum pseudo column and row_number() function? : Sql dba
What is the most important ddl statements in sql are?
how to check server status with 'mysqladmin'? : Sql dba
What do you mean by query optimization?
What found sql?
How to write a query to show the details of a student from students table whose
Is inner join faster than left join?
How to look at the current sql*plus system settings?
Is pl sql a scripting language?
When can we use the where clause and the having clause?
Can a foreign key be a duplicate?
Explain the uses of a database trigger?
What are commit, rollback, and savepoint?
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
How to run sql*plus commands in sql developer?