How to count the no of records of a table without using
COUNT function?
Answer Posted / kart
using select command
select * from xxx; we will get the no of rows at bottom
if the feedback is unset
then use the plsql with cursor;
select rownum from table; the last value
is the number of records
| Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All Answers
What is sql analyzer?
Explain the significance of the & and && operators in pl sql.
How we can update the view?
What is cursor explain with example?
What is data modelling in sql?
What is indexes?
Explain the update statement in sql
What is pivot table in sql?
What are the different types of a subquery?
What is optimistic concurrency control? : Transact sql
Can we use the cursor's to create the collection in PL/SQL?
How do you update a value in sql?
How do I clear the screen in sql plus?
what is sql profiler? : Sql dba
What is dml with example?