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
can any body tell me how to know the password of current user in sql server
Define views.
How to Sync Two SQL Azure Databases?
Are null values the same as that of zero or a blank space?
What is difference between index and primary key?
What are Row versions of DataRow?
Is it possible to replicate data from sql server to oracle? : sql server replication
What is an indice?
How to choose all records from the table?
how we use window authentication connection with sql server.?
Relational calculus is what type of language?
How to encrypt data between dialogs?
How many columns can we include on clustered index ?
Where is localdb stored?
What are the different kinds of ssrs reports?