Explain the various types of concurrency problem. I.e. Lost or buried updates, uncommitted dependency, inconsistent analysis, phantom read?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

how to get the rowid/rownumbes of a table in sqlserver

7 Answers   IBM,


What is the difference between WHERE AND IN? OR 1. SELECT * FROM EMPLOYEE WHERE EMPID=123 2. SELECT * FROM EMPLOYEE WHERE EMPID IN (123) WHAT IS THE DIFFERENCE?

15 Answers   Adsys, Cap Gemini,


What is system stored procedures?

0 Answers  


What is normalization process?

0 Answers  


wat wil hapn if we give the both read and deny read permission to user?

0 Answers   IBM,






When multiple after triggers are attached to sql table, how to control the order of execution?

0 Answers  


How to perform backup for certificates in sql server? : sql server security

0 Answers  


What is the contrast between sql and pl/sql?

0 Answers  


how can u select the Distinct values in the table, table having 20 columns , i want all columns

2 Answers  


How you can get a list of all the table constraints in a database? : Sql server administration

0 Answers  


What is Query Execution Plan? How does it help optimize or tune a database driven application?

2 Answers   Accenture, Polaris,


What do you understand by recursive stored procedure?

0 Answers  


Categories