which one will take 1st priority in case of insert statement
and select statement???

Answers were Sorted based on User's Feedback



which one will take 1st priority in case of insert statement and select statement???..

Answer / chigicherla mallikarjuna

select statement will take first priority

Is This Answer Correct ?    10 Yes 0 No

which one will take 1st priority in case of insert statement and select statement???..

Answer / sandeep

I think that depends on locking system we choose. if we
implement high data availability then select statement will
wait for the completeion of insert or update statement. I
dont remember those locking systems rite now.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More SQL Server Interview Questions

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

0 Answers  


What is the difference between varchar and nvarchar?

0 Answers  


How to delete the duplicate rows from a table in SQL Server ??

3 Answers  


Explain what is dbcc?

0 Answers  


How do I debug a stored procedure in sql server?

0 Answers  






When a primary key constraint is included in a table, what other constraints does this imply?

0 Answers  


What are the pre-defined functions in the sql server?

0 Answers  


What are the diifferences between the ms sql server vs mysql?

0 Answers  


What is a domain constraint give an example?

0 Answers  


What are transactions in sql?

0 Answers  


What is rolap and its advantage? : sql server analysis services, ssas

0 Answers  


How to check if stored procedure is running in sql server?

0 Answers  


Categories