which one will take 1st priority in case of insert statement
and select statement???
Answer Posted / chigicherla mallikarjuna
select statement will take first priority
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What happens when unicode strings concatenate with non-unicode strings?
We are updating a field in sql and alter the row also.after giving the commit command the system is crashed.what will happen to the commands given,whether it will update and alter the table or not?
How to list all triggers in the database with sys.triggers in ms sql server?
What is Cross Join and in which scenario do we use Cross Join?
When I delete any data from a table, does the sql server reduce the size of that table?
Explain the properties of subqueries in sql server?
What is a synonym for manipulation?
What are the character string functions supported by sql server 2005?
Can sub report data source be different from that of the parent report?
What are the rules to use the rowguidcol property to define a globally unique identifier column?
What is the difference between varchar and nvarchar?
What is key attribute?
How to create hyperlink from returned sql query ?
How to update a field in SQL after ALTERING a row?
How will you find out if there are expensive SQL statements running or not?