比如你建立了多个表如student、course、sc 1.查看student、course、sc表中所有内容: (格式:select * from 表名称,*代表所有内容,) select * from student; select * from course; select * from sc; 2.插入数据,假设student表中的列为