SQL快速入门

创建数据库 create database zhouzhuo 创建学生表 create table student (student_number char(9) primary key, student_name char(20), student_sex char(2), student_age smallint, student_depart char(4)
相关文章
相关标签/搜索