說明 · create database company · go · use company · create table 員工資料表( · 員工編號int not null, · 姓名char(20) not null , · 性別char(8) not null, · 地址char(80), ...
確定! 回上一頁