使用lock tables命令给MyISAM存储引擎的表student添加共享锁,并保证数据表能够并发插入(B)
A.LOCK TABLES student READ
B. LOCK TABLES student READ LOCAL
C. LOCK TABLES student WRITE
D. LOCK TABLES student LOCAL WRITE
出自:国家开放大学数据库运维