当需要删除表,且该表具有外键约束,需要删除表及其外键约束,可以使用如下( )类型的SQL语句。
ADROP TABLE table1
BDROP TABLE tablel with foreign key
C DROP TABLE tablel1 CASCADE CONSTRAINTS
DDROP TABLE table1 all
ADROP TABLE table1
BDROP TABLE tablel with foreign key
C DROP TABLE tablel1 CASCADE CONSTRAINTS
DDROP TABLE table1 all