在mydb數據庫中建立student數據表,表中有id、name(學生姓名)、math(數學成績)、chinese(語文成績)和english(英語成績)字段。而後建立視圖view_score,視圖中

在mydb數據庫中建立student數據表,表中有id、name(學生姓名)、math(數學成績)、chinese(語文成績)和english(英語成績)字段。而後建立視圖view_score,視圖中包含math、chinese、english和total(總分數)字段。web USE mydb; CREATE TABLE student ( id INT UNSIGNED PRIMARY K
相關文章
相關標籤/搜索