4) How do you whether table is locked or not?
Answers) Just run the following query on the table.
Lock Table DBNAME.TABLENAME write nowait
Select * from DBNAME.TABLENAME;
4) How do you whether table is locked or not?
Answers) Just run the following query on the table.
Lock Table DBNAME.TABLENAME write nowait
Select * from DBNAME.TABLENAME;