|
| Total Answers and Comments: 4 |
Last Update: July 23, 2008 Asked by: nitin_kumat |
|
| | |
|
Submitted by: sippsin you can select the table for updation
for eg: select * from emp for update;
no you can do the update/insert anything you want...
any other user or session would be able to do any insert/update to the same table only after you release the table by commit or rollback.....
Above answer was rated as good by the following members: ds_devi | Go To Top
|