6
Reply

SQL Transaction

Ashish Saxena

Ashish Saxena

Apr 12 2013 3:26 AM
1.4k
ID
Name
Age
Department
1
Ashish
25
DotNet
2
Mohit
26
DotNet
3
Amit
24
DotNet
Hello Sir,
              we have a table name - Employee & ID is auto genrate. suppose i want to delete the record with this query.

Delete from Employee Where ID=2
but after delete the record i want to again rollback how is it posible . plz explain me with easy way (i want to rollback )
and what is the diff b/w rollback & Commit


Upload Source Code  Select only zip and rar file.
Answers (6)