Answer Posted / pravati
In two ways we can use count
1. SELECT COUNT(*) FROM table name.
2.SELECT COUNT(DISTINCT *) from table name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the microsoft sql server delete command? : SQL Server Architecture
Can you explain different types of locks in sql server?
What is delete query?
How do you test your database? : sql server database administration
Why should one not prefix user stored procedures with ‘sp_’?
Why we need to use secondry database file? though, we can do same work using primary database file also.
What is the server name in sql server?
What is the architecture of ms sql reporting service?
What is compound operators?
Will count(column) include columns with null values in its count?
Where are sql server user names and passwords stored in sql server?
what is a live lock? : Sql server database administration
Define outer join in sql server joins?
What is SQL Server?
How do I connect to sql server database?