摘要:
create table student( sno char(8) not null, sname varchar(20) , sex char(2) , sdept varchar(20) , primary key(sno));create table course( cno char(6) n 阅读全文
posted @ 2024-05-30 21:34
羡予
阅读(16)
评论(0)
推荐(0)