導航:首頁 > 數據處理 > 資料庫成績包括什麼

資料庫成績包括什麼

發布時間:2024-10-03 22:29:49

資料庫建一張表,成績表,姓名,學號,語文分,數學分,英語分,總成績 ,造十條數據

create table score(

id int(12) PRIMARY key auto_increment,

student_num varchar(12) not null,

student_name varchar(50) not null,

chinese_score int(3) DEFAULT 0,

math_score int(3) DEFAULT 0,

english_score int(3) DEFAULT 0,

sum_score int(3) DEFAULT 0

)ENGINE=InnoDB DEFAULT CHARSET=utf8;

insert into score(student_num,student_name,chinese_score,math_score,english_score,sum_score)values('000001','小明',90,98,98,chinese_score+math_score+english_score);

insert into score(student_num,student_name,chinese_score,math_score,english_score,sum_score)values('000002','小二',91,98,98,chinese_score+math_score+english_score);

insert into score(student_num,student_name,chinese_score,math_score,english_score,sum_score)values('000003','小蘭',94,98,95,chinese_score+math_score+english_score);

insert into score(student_num,student_name,chinese_score,math_score,english_score,sum_score)values('000004','小十',90,98,96,chinese_score+math_score+english_score);

insert into score(student_num,student_name,chinese_score,math_score,english_score,sum_score)values('000005','小白',92,98,99,chinese_score+math_score+english_score);

insert into score(student_num,student_name,chinese_score,math_score,english_score,sum_score)values('000006','小綠',90,96,94,chinese_score+math_score+english_score);

insert into score(student_num,student_name,chinese_score,math_score,english_score,sum_score)values('000007','小藍',95,98,98,chinese_score+math_score+english_score);

insert into score(student_num,student_name,chinese_score,math_score,english_score,sum_score)values('000008','小青',91,91,98,chinese_score+math_score+english_score);

insert into score(student_num,student_name,chinese_score,math_score,english_score,sum_score)values('000009','小紅',94,92,95,chinese_score+math_score+english_score);

insert into score(student_num,student_name,chinese_score,math_score,english_score,sum_score)values('000010','小橙',99,100,100,chinese_score+math_score+english_score);

閱讀全文

與資料庫成績包括什麼相關的資料

熱點內容
桌面中的小程序怎麼刪除 瀏覽:926
京喜瓜分小程序怎麼提取鏈接 瀏覽:457
如何刪掉文本中的數據 瀏覽:588
全國預防針數據多少 瀏覽:989
qq群聊如何增加小程序 瀏覽:536
中山哪個市場有賣土豬肉 瀏覽:45
開數據的時候為什麼這么卡 瀏覽:418
產品經理專業怎麼報名 瀏覽:390
失落的方舟多少級能交易 瀏覽:75
郵政市場具有什麼樣的特徵性 瀏覽:5
外匯交易有什麼好辦法 瀏覽:782
沒有技術怎麼創業好 瀏覽:503
固收私募產品有哪些 瀏覽:658
信息溝通不包括什麼 瀏覽:46
掛面有哪些產品可以開發 瀏覽:601
花都冷雞翅類批發市場在哪裡 瀏覽:91
向法院起訴的程序是什麼 瀏覽:660
沒技術怎麼找個技術活 瀏覽:299
為什麼它顯示信息已滿 瀏覽:202
農行卡交易什麼意思 瀏覽:651