dropvid.sql
来自「9iSQL新特性试验」· SQL 代码 · 共 11 行
SQL
11 行
--This script is a destructive script.
--It drops all tables in the Video application.
drop table reservation;
drop table rental;
drop table title_copy;
drop table member;
drop table title;
drop sequence member_id_seq;
drop sequence title_id_seq;
PROMPT ALL VIDEO TABLES DROPPED
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?