The use of table level locks is always useful in MyISAM tables.
False
True
NA
NA
NA
Correct Option: B
MyISAM is extremely fast for retrievals but the use of table level locks can be a problem in environments with mixed retrievals and updates if the retrievals are long running.