Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/sql/71.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
sql中的drop表机制_Sql_Mysql - Fatal编程技术网

sql中的drop表机制

sql中的drop表机制,sql,mysql,Sql,Mysql,当使用简单的DROP语句删除一个表时,SQL会同时执行更多操作,是否选择所有有效操作 a. Removes all rows from the table b. Drops all the table's indexes c. Removes all dependent views d. Removes all dependent procedures 滴水可以(a)和(b),但不能(c)和(d),如果不小心的话,这可能会导致以后的麻烦。不,我不知道会发生什么问题。如果你知道,请给出答

当使用简单的DROP语句删除一个表时,SQL会同时执行更多操作,是否选择所有有效操作

a.  Removes all rows from the table
b.  Drops all the table's indexes
c.  Removes all dependent views
d.  Removes all dependent procedures

滴水可以(a)和(b),但不能(c)和(d),如果不小心的话,这可能会导致以后的麻烦。

不,我不知道会发生什么问题。如果你知道,请给出答案,先生?我在eLance上看到的,灯测试