How to count the no of records of a table without using
COUNT function?
Answer Posted / sudhakar & co
select rownum from table_name;
| Is This Answer Correct ? | 1 Yes | 12 No |
Post New Answer View All Answers
What is count * in sql?
Are pl sql variables case sensitive?
How many times can we commit in a loop?
which operator is used in query for pattern matching? : Sql dba
What is equi join in sql?
What does subquery mean in sql?
Can pl sql procedure have a return statement?
What is compound trigger?
What is record data type?
Explain the uses of a database trigger?
What is the sql case statement?
how to extract a unit value from a date and time? : Sql dba
How do I run pl sql in sql developer?
What is a constraint?
What is date functions?