📄 createindex.sql
字号:
create index f_index on film (film_name);
create index country_index on film (country);
create index Sec_index on show (film_id);
create index tic_index on ticket (section,sold);
create index rec_index on bookRecord(customer_id);
create index rid_index on show(room_num);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -