Answer Posted / selvaraj.v
In SQL Server 2000,
Query:
------
select count from employees
Answer:
------
invalid column name 'count'
In SQL Server 2000,
Query:
------
select count(*) from employees
Answer:
-------
No column name
----------------
1. 20
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What do mean by xml datatype?
Explain what is raid and what are different types of raid levels?
What happens if you add a new index to large table?
What is instead of dml trigger?
How to find the list of fixed hard drive and free space on server?
Name 3 of the features that the sql server built-in function loginproperty performs on standard logins? : sql server security
What is lock escalation and what is its purpose?
What is a user-defined function in the sql server and what is its advantage?
What according to you is the difference between mysql and sql server performance?
How to connect to a sql server using odbc_connect()?
How do you maintain database integrity where deletions from one table will automatically cause deletions in another table?
Can an automatic recovery be initiated by a user?
What is nested transaction?
Where the sql logs gets stored? : sql server database administration
tell me what are the steps you will take to improve performance of a poor performing query? : Sql server database administration