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
How do you create type- insensitive operator?
Explain where clause?
What are ddl (data definition language) statements for tables in ms sql server?
How to find the login name linked to a given user name?
What is the template in sql?
What are different types of database indexes?
how to avoid cursors? : Sql server database administration
Every night you run a full backup after every 3 three hours you make a differential backup every hour you make an incremental backup in a worst-case scenario, how much work you can lose?
What is Federation and Federation Member?
 Explain what is sql override for a source taLle in a mapping?
What is the full form of ddl?
What is read uncmmited?
What is a select query statement in ms sql server?
What are the advantages of policy management?
Mention the differences between having and where clause.