Can one drop a column from a table?
What is a covering index?
What is database normalization?
7 Answers Deloitte, Digicel, JPMorgan Chase, Verifone,
What is the difference between a stored procedure and a user defined function?
Write a SQL queries on Self Join and Inner Join.
1)what is the difference between Reinitializing a Subscription and synchronization the subscription? 2)when to use reinitializing ? 3)when to use synchronization? 4)when adding table or deleting a table what to do?(reinz.. or syn) 5)when adding a column what to do?
Difference between writing SQL query and stored procedure ?
15 Answers Cognizant, Infosys, TCS, Veritas,
Define primary key?
What have included columns when we talk about sql server indexing?
List out the differences between global and local temp tables in sql server?
What is proper subset of candidate key?
HOW TO RENAME A COLUMN NAME
write down the sql query? Table Name : emp1 empid empname 1 bala 2 guna Table Name : emp2 empid empname 1 <Null> 2 <Null> Solution : emp1 names are updated in emp2, write a query?