第 7 章 · 上机三
这几张表上已经有哪些索引
主键和外键都已经自动带了索引,不用自己建。
Welcome to the MySQL monitor. Commands end with ;
Server version: 8.0.36 MySQL Community Server - GPL
终端里的 teaching 库已经建好装好,直接敲命令就行。回车执行,也可以用下面的按钮。
mysql>
重 点
sc 的主键是两列,所以它在 SHOW INDEX 里占两行,靠 Seq_in_index 分先后。
知道更多
回显有十五列,屏幕装不下就按一下右上角的上下版式,正好整屏放下。
想一想
sc 上一共有几个索引?