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 are different backups available in sql server?
Does a sql server 2005 select statement require a from?
Explain cursor as data base object?
What area unit the various kinds of info compression introduced in sql server 2008?
What are the different index configurations a table can have?
Do you know what are the ways available in sql server to execute sql statements?
What is role playing dimension with two examples? : sql server analysis services, ssas
Do you know what is blocking?
What are the underflow and overflow behaviors on float literals?
What are alternate keys?
How to get the definition of a trigger back?
Suppose you want to implement the one-to-many relationships while designing tables. How would you do it?
What is @@rowcount in sql?
Explain trigger classes i.e. Instead of and after trigger?
Which data types generate inaccurate results if used with an = or <> comparison in a where clause of a sql statement?