Skip to content

lcc184/bwstudent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

创建数据库

create database students_1905c;

INSERT INTO st_student (id, name, English, Python, C, Grade_num) VALUES (1, '1', 2, 2, 2, 6); INSERT INTO st_student (id, name, English, Python, C, Grade_num) VALUES (2, '2', 2, 2, 2, 2); INSERT INTO st_student (id, name, English, Python, C, Grade_num) VALUES (3, '3', 3, 3, 3, 9); INSERT INTO st_student (id, name, English, Python, C, Grade_num) VALUES (4, '4', 4, 4, 4, 12); INSERT INTO st_student (id, name, English, Python, C, Grade_num) VALUES (5, '5', 5, 5, 5, 15); INSERT INTO st_student (id, name, English, Python, C, Grade_num) VALUES (6, '梨', 1, 1, 1, 3); INSERT INTO st_student (id, name, English, Python, C, Grade_num) VALUES (7, '李宁', 2, 2, 2, 6);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors