What is the datatype returned by count(*)
Answer Posted / vikram k mahapatra
It return Int datatype
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to check if stored procedure is running in sql server?
Explain go command in sql server?
When do you think a developer should use sql server-based cursors?
How will you go about resolving deadlocks?
What is open database communication (odbc)?
When would you prefer to have a minimum number of indexes?
How to rebuild indexes with alter index ... Rebuild?
If a table does not have a unique index, can a cursor be opened on it?
List few advantages of stored procedure.
Tell about MOM Tool(Microsoft Operator Manager)?
What is multi-statement table-value user-defined function?
What is the difference between ddl,dml and dcl commands?
What is attribute relationships, why we need it? : sql server analysis services, ssas
Is foreign key unique?
you have separate development and production systems you want to move a copy of a development database into production to do this, you do a backup on the development system and restore to the production system after a few minutes, you begin getting calls from several customers saying that they are denied access to the system why? : Sql server administration