Question
Hi, l need help with a database management task, if you can help with querying languages for me to implement ths Project Description 1. The
Hi, l need help with a database management task, if you can help with querying languages for me to implement ths
Project Description
1. The college has some different majors, for example, computer science, software engineering, digital media, network engineering, etc. Each major has several classes and each class has about 30 students.
The information about a student involves student ID, name, sex, age, hometown, province, total credits, etc.
The information about the course involves course ID, course name, major, credits, etc. One course often has several sections, and one section is taught by one teacher in a semester. The information about the section involves course ID, section ID, semester, year, teaching location, etc.
The information about the teacher involves teacher ID, name, sex, age, title, contact phone, office, email, etc.
The information about a students marks involves student ID, course ID, semester, course marks, etc.
Note that: One major has more than one class. One course in a semester needs more than one teacher. And one teacher can take more than one course in a semester
Functions and querying to be done:
To list one students marks of all courses grouping by semester;
To list all students marks about some course in the ascending or decreasing order. And each querying only lists the marks of students in one class;
To compute the average marks of each course. And the average marks can be grouped by class;
To count the number of courses that one student has learned, and compute his total credits;
To query marks of one student about some course;
To query courses that are taught by some teacher in one semester;
To query courses that are taken by some class in one semester;
Other possible functions and querying that you can
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started