短实习--Oracle(练习)

下面涉及到的两个表:EMP  DEPT 1.建表: create table student( sid number not null primary key, sname varchar2(30) not null, sage number, address varchar2(100), tel number ); 2.插入信息 insert into student(sid,sname,sag
相关文章
相关标签/搜索