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

Why do we need normalization?

0 Answers  


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

0 Answers  


What happens if null values are involved in boolean operations?

0 Answers  


Which joins are sql server default?

0 Answers  


What will be query used to get the list of triggers in a database?

0 Answers  






Give a example to search fr a string in all stored procedure in sql server.

0 Answers  


How can you transfer data from a text file to a database table? Or how can you export data from a table to a comma delimited (csv) file? Or how can you import data from ms access to a table in a database? Or how can you export data from a table to an excel file?

0 Answers  


What happens if strings are casted into wrong code pages in ms sql server?

0 Answers  


What happens if time-only values are provided as date and time literals?

0 Answers  


How to download and install microsoft .net framework version 2.0?

0 Answers  


How to copy data from one table to another table?

0 Answers  


event classes in sql server

2 Answers   Accenture, AFE,


Categories