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
Explain mixed authentication mode of sql server?
How would you add a section to a table?
When we should use and scope of @@identity?
How check triggers in sql server?
What is read committed?
How you can get a list of all the table constraints in a database?
Is foreign key a primary key?
What command is used to delete a table from the database in the sql server and how?
Explain the microsoft sql server delete command? : SQL Server Architecture
What are the three different part of rdl file explain them?
What is enhanced database mirroring in sql server 2008?
How to Improve the performencs of SQL Server 2005 exclude stored Procedure and Indexes?
What are the new features of sql server 2012 reporting service?
Mention the uses of stored procedures.
Difference between drill down and drill through report.