摘要: --作业一、使用自己的用户登录,完成如下操作,并且创建5条测试数据 -- 创建学生表(stu),字段如下: -- 学号(stuID) -- 姓名(stuName) -- 性别(stuSex) -- 入学时间(stuDate) create table stu ( stuID number(12), 阅读全文
posted @ 2018-05-19 11:20 LegendQi 阅读(1413) 评论(0) 推荐(0)