How to count the no of records of a table without using
COUNT function?
Answer Posted / suneelkumar
Hi guys..
rownum is virtual column we con't use max(rownum) i t will
give the error unknown colum...
so by using cursor we can count
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How are sql commands classified?
Should I use mbr or gpt?
What is a table partition?
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
Can pl sql procedure have a return statement?
What type of join is sql join?
What are the different schemas objects that can be created using pl/sql?
What is sql lookup?
Is primary key a clustered index?
what is blob? : Sql dba
What does 0 mean in sql?
How to assign sql query results to pl sql variables?
What is a subquery in sql?
What are sql objects?
What is a procedure in pl sql?