用Eclipse的同學可以按照這個步驟: http://blog.csdn.net/andyliulin/article/details/26506895
2016-09-30
老師不是講的老 , 老師不是不會簡便用法 , 不是不知道jee可以自動生成 。 但是初學者不就是應該一個一個代碼手敲出來才對自己有幫助么。
2016-09-27
已采納回答 / 回聲0
把我敲得分享給你create table grade( gid int primary key; gname varchar(20) not null; gdesc varchar(50)?);create table students( sid int primary key; sname varchar(20) not null; sex char(2), gid int?);alter table students add constraint fk_students_gid foreign key...
2016-09-23