摘要: 参考http://www.cnblogs.com/wishyouhappy/p/3700683.html --案例1 学生选课--创建表create table STU( id number not null, name varchar2(255) );create table course( id 阅读全文
posted @ 2017-05-22 11:46 lamsey16 阅读(283) 评论(0) 推荐(0) 编辑