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 are sql indexes?
What is audit logout in sql profiler?
What is difference between table and view?
what are the authentication modes in sql server? How can it be changed? : Sql dba
Define sql delete statement.
What are pl/sql packages?
Is sql better than access?
What are all different types of collation sensitivity?
How do you change a value in sql?
Can we use loop in sql?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
How to pipe multiline string to isql?
What mean sql?
What is transaction control language (tcl)?
What is the purpose of using pl/sql?