drop命令用于从数据库和不同模式中删除表。参考以下步骤:
drop
假设要从模式 db2inst1 中删除表students。
students
可以看到该表在列表中可用,然后点击execute sql ,如下所示:
可以看到,students表已经被删除了。如下图所示: