What is a trigger in sql server?
When we should use @@error?
what are the different types of replication you can set up in sql server? : Sql server database administration
How to use linked server?
what is node in sql server?
2 Answers CarrizalSoft Technologies, Google, NIIT, Nittany, TATA,
What is Query Execution Plan? How does it help optimize or tune a database driven application?
I have a table EMP in which the values will be like this EmpId Ename Sal DeptId 11 Ram 10000 10 11 Ram 10000 10 22 Raj 20000 20 22 Raj 20000 20 33 Anil 15000 30 33 Anil 15000 30 I want to delete only duplicate Rows. After Delete I want the output like this EmpId Ename Sal DeptId 11 Ram 10000 10 22 Raj 20000 20 33 Anil 15000 30
What are the different types of sub-queries?
What is 'Join' and explain its various types.
Can you explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?
What stored by the model?
Can you please explain the difference between primary keys and foreign keys?
one table has four field id,name,design,salary. i have to find maximum salary .