With out using count() function. How to the find total
number of rows in a table?
Answer Posted / ramachandran
select rownum from tablename;
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is trigger price?
What is the location of pre_defined_functions.
Why triggers are used?
Which kind of parameters cannot have a default value in pl sql?
what are different types of collation sensitivity? : Sql dba
What is the max nvarchar size?
what is the difference between group by and order by in sql? : Sql dba
What are the differences between implicit and explicit cursors?
What is a trigger in sql?
What is self-join and what is the requirement of self-join?
What is left join example?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
Where not exists in sql?
how to start mysql server? : Sql dba
What is the difference between rollback and rollback to statements?