運維第三次作業(創建數據庫表並進行操作)

1.寫出創建 student 和 score 表的 SQL 語句,並在自己數據庫上執行 代碼:create table student (id int(10) primary key not null unique auto_increment, name varchar(20) not null,sex varchar(4),birth year,department varchar(20) n
相關文章
相關標籤/搜索