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 the different types of dbmss?
How does left join work in sql?
what are rollup and cube in t-sql? : Transact sql
What are the two characteristics of a primary key?
Can you select everything, but 1 or 2 fields, without writer's cramp?
What is the difference between Union and Union all. Which is faster.
How do I run a query in pl sql developer?
How do I add a database to sql?
What are the two virtual tables available at the time of database trigger execution?
How does a covering index work?
How do you select unique values in sql?
Explain table and field in sql?
What is difference between sql function and stored procedure?
What is composite primary key in sql?
How do you exit in sql?