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
How many types of functions are there in sql server?
Different types of keys in SQL?
How many types of dimensions are there and what are they? : sql server analysis services, ssas
what types of replication are supported in sql server? : Sql server database administration
What options are there to delete rows on the publisher and not on the subscriber? : sql server replication
How do I find the sql server version?
Explain system functions or built-in functions? What are different types of system functions?
How do I get to sql server configuration manager?
How network traffic be reduced by using the stored procedure?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?
What will be query used to get the list of triggers in a database?
What are different types of views?
What is executereader?
What is parameterized reports in ssrs ?
Can we run Reporting Services with SQL Server express edition, which is a free version of SQL Server?