sqltabledrops

来自「数据库测试工具Benchmark,主要对数据库的性能进行了详细的测试。」· 代码 · 共 27 行

TXT
27
字号

drop table item;
commit;

drop table warehouse;
commit;

drop table district;
commit;

drop table stock;
commit;

drop table customer;
commit;

drop table oorder;
commit;

drop table order_line;
commit;

drop table history;
commit;

drop table new_order;
commit;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?