What is the datatype returned by count(*)
Answer Posted / vikky
Count(*) returns number of rows(counts) available in table.
It returns Int datatype
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Tell me what is the difference between locking and multi-versioning?
What are cursors? Explain the different types of cursors Enlist a few disadvantages of cursors.
What is the benefit of normalization?
What is coalesce and check constraint in sql server?
What is a field in a table?
How does Report Builder support Analysis Services cubes?
Tell me about the approaches which you used to counter the DI problems.
Can you explain what is indexed view? How to create it?
You want to implement the one-to-one relationship while designing tables. How would you do it?
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.
Explain a checkpoint?
how would you improve etl (extract, transform, load) throughput?
What is snapshot replication?
How to convert numeric values to integers in ms sql server?
Explain the working of sql privileges?