-
-
-
Define Unique Key in SQL Server
How to define unique key in table? Is it possible to define one primary key and one unique key in a single table?
-
-
-
-
-
-
-
-
-
-
-
-
Transaction Isolation Level
What is a transaction isolation level and What is the advantage of it? What are different options that we set for a transaction isolation level?
Transaction isolation levels are used when we go for transactions in stored procedures used in Transact SQL. -
Subqueries vs Joins in SQL
What is the difference between Subqueries and Joins? Which is better and Why? Give an example of each.
-
After trigger
Is there any reason for which we cannot use After trigger with a view?
-
SQL Server Insert and Delete
1. how to insert five rows in a table using single query(in ms-sql or oracle)2.how to delete duplicate values in a table. for example, the table containing five duplicate values(like name rani). i would like to delete all four rows in a table. but not the one row.
-
Self Join
Explain Self Join with the help of an example?
-
SQL Server Interview Questions
Ans