说明: 1、数据定义:基本表的创建、修改及删除;索引的创建和删除;视图的创建和删除 (1)基本表的创建,建表语句 create table students( stuno char10 primary key stuname varchar40 not null stusex char2 not null stuage char10 not null stumajor char10 not null studepart char10 not null (2)基本表的删除 drop table stud
<mxw465508356> 上传 | 大小:30kb