Create Table EXAMS ( SUB_NO integer Not Null, STUDENT_NO integer Not Null, MARK decimal (3), DATE_TAKEN date ); The above SQL statement is used to create ...
確定! 回上一頁