Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design Grades DB Table #12

Open
luisced opened this issue May 19, 2023 · 0 comments
Open

Design Grades DB Table #12

luisced opened this issue May 19, 2023 · 0 comments
Assignees
Labels
DB Data Base related content

Comments

@luisced
Copy link
Collaborator

luisced commented May 19, 2023

Create DB Table

Once the #10 its ready, fill DB with the scrapped data, this table is a junction table in which we will relate student, group and all their grades.

Note: Remember to create a new SQL file following the numeric order

Table structure and insert examples

ID (primary key, ai) Student (foreign key) Subject (foreign key) Group (foreign key) Grade (decimal) Midterm (text)
1 1 1 1 9.2 Primer Parcial
@luisced luisced added the DB Data Base related content label May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DB Data Base related content
Projects
None yet
Development

No branches or pull requests

2 participants