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 many ways to get the current time? : Sql dba
What are the 3 modes of parameter?
Does pl sql work in mysql?
What are the rules to be applied to nulls whilst doing comparisons?
Show code of a cursor for loop.
How do I remove all records from a table?
differentiate between float and double. : Sql dba
What is difference between pl and sql?
What is the order of sql select?
What is data modelling in sql?
what is denormalization. : Sql dba
What is a recursive stored procedure?
Is sql low level language?
what is a table in a database ? : Sql dba
How can a function retun more than one value in oracle with proper example?