MySQL8 练习基础SQL脚本代码(二)——索引

create database mydb5;

use mydb5;

-- --方式1-创建表的时候直接指定

create  table student(