SQL语言中删除一个表的指令是()
A、DROP TABLE
B、DELETE TABLE
C、DESTROY TABLE
D、REMOVE TABLE
我们来实战一下drop table xxx
在博文http://blog.youkuaiyun.com/stpeace/article/details/38503843中, 我们一起制作了一个taoge.db数据库文件, 其内容是:
现在, 我们执行drop table users;
结果:
SQL语言中删除一个表的指令是()
A、DROP TABLE
B、DELETE TABLE
C、DESTROY TABLE
D、REMOVE TABLE
我们来实战一下drop table xxx
在博文http://blog.youkuaiyun.com/stpeace/article/details/38503843中, 我们一起制作了一个taoge.db数据库文件, 其内容是:
现在, 我们执行drop table users;
结果: