What are the different index configurations a table can have?
What are the new features in SQL Server 2005?
Following are some of the question related to below mentioned query? select e1.salary from employee3 e1 where 2= ( select count(distinct(e2.salary)) from employee3 e2 where e2.salary>=e1.salary ) 1) What the query returns? 2) How it works? - Detail explanation (what the sub query does, why it is (where 2=)....etc...Please?
What is the difference between coalesce() & isnull()?
What do mean by xml datatype?
What is a dbms wizard?
how to select 5 to 7 rows from a table, which contains 10 rows?
What is the difference between varchar and nvarchar?
How to transfer an existing table from one schema to another schema in ms sql server?
How can we write or define DDL statements in Sql server and DML statements?
How many types of TRIGGERS are there in MS SQL Server?
8 Answers CarrizalSoft Technologies, TCS, United Healthcare,
What are the properties of the transactions?
Is null in sql server?