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
How do I partition in sql?
What is foreign key in sql with example?
how to drop an existing view in mysql? : Sql dba
what are the differences between char and nchar? : Sql dba
What are expressions?
What is the maximum rows in csv?
How many types of index are there?
Which sql statement is used to delete data from a database?
What are different types of keys?
Can we rollback delete command?
How is a PL/SQL code compiled?
How do I run a query in pl sql developer?
What is serial sql?
What is localdb mssqllocaldb?
What are %type and %rowtype for?