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 are sql functions? Describe the different types of sql functions?
what is unique key constraint? : Sql dba
How do I view a sql database?
Is sql a backend language?
what is 'mysqld'? : Sql dba
Which is better cte or subquery?
What is db journal file?
What is sql trigger example?
how do you know if your mysql server is alive? : Sql dba
What is the difference between rename and alias?
What is the use of function in sql?
What is sql injection vulnerability?
what is denormalization. : Sql dba
What is mdf ldf and ndf?
What information is needed to connect sql*plus an oracle server?