专题文章
时长:00:00更新时间:2020-11-09 14:54:24
学生表sid,sname,成绩表cid,cname,学生成绩表sid,cid,cscore,要:--1、建表SQL: --学生表: -- Createtable createtable STUDENT ( SID NUMBERnotnull, SNAME NVARCHAR2(40) ) tablespace CABLESCD pctfree10 initrans1 maxtrans255 storage ( initial minexten
查看详情