Answer Posted / brahma
Yes,
Begin transaction t1
update <Table_Name> set <col1>=<col1>+50
Begin Transaction t2
delete from <Table_Name> set <col1>=<col1>+100
commit Transaction t2
end transaction t1
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How will you make an attribute not process? : sql server analysis services, ssas
What are page splits? : SQL Server Architecture
Explain what is the difference between a local and a global temporary table?
What is sparse columns of sql server 2008?
Differentiate between a primary key and a unique key.
Does the unique constraint create an index?
How to create a view and a stored procedure in ms sql server using "create view/procedure" statements?
What is the optimization being performed in oracle and SQL Server?
What is sql collation?
How many types of triggers are there?
Does partitioning ssd reduce performance?
How can we improve performance by using SQL Server profiler?
How should i optimize the time for execution of stored procedure having single input and many output from the different tables?
Explain in brief how sql server enhances scalability of the database system?
what are the different types of replication you can set up in sql server? : Sql server database administration