What is the datatype returned by count(*)
Answer Posted / gunjan sapra
The datatype returned by count(*) is INTEGER type.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Can a rule be bound to any column of any data type?
What is replication with database mirroring? : sql server database administration
How can you insert null values in a column while inserting the data?
What is purpose of normalization?
What is transaction server implicit?
What are the mathematical functions supported by sql server 2005?
Does the unique constraint create an index?
How we can compare two database data?
What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.
What is transact-sql ddl trigger?
What happens on checkpoint?
what is new philosophy for database devises for sql server 7.0? : Sql server database administration
What is scd (slowly changing dimension)? : sql server analysis services, ssas
How do I get to sql server configuration manager?
How to change the password of a login name in ms sql server?