With out using count() function. How to the find total
number of rows in a table?
Answer Posted / saurabh
select sum(1) from table-name
| Is This Answer Correct ? | 26 Yes | 4 No |
Post New Answer View All Answers
What is sql used for?
What is difference between my sql and sql?
How many scalar data types are supported in pl/sql?
What are all the common sql functions?
What is primary key sql?
What does data normalization mean?
What is a natural join sql?
where are cookies actually stored on the hard disk? : Sql dba
How does postgresql compare to mysql?
How many aggregate functions are available there in sql?
Is ms sql traffic encrypted?
how to enter binary numbers in sql statements? : Sql dba
What is graph sql?
What is restrict in sql?
Can primary key be changed?