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
Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?
how to create a table index in mysql? : Sql dba
Give the order of sql select?
What are tables and fields?
What is pl sql in oracle?
Why is normalization important?
How do you explain an index number?
What is Collation Sensitivity ? What are the various type ?
What are the triggers associated with image items?
What is a sql trace file?
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba
What are the types of variable use in pl sql?
What is natural join in sql?
how can we repair a mysql table? : Sql dba