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

Assignment 1 - DB - Vinh Nhan #3

Open
wants to merge 1 commit into
base: database-assignment-1
Choose a base branch
from

Conversation

hiimnhan
Copy link

@hiimnhan hiimnhan commented Oct 2, 2023

No description provided.

JOIN Enroll en ON cl.class_id = en.class_id
JOIN Student st ON st.stud_id = en.stud_id;

-- courses that 1 professor is teaching
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this question mean that, we already have prof_id as input

@@ -0,0 +1,127 @@
-- student, professor, class with class in common
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we want number of courses which a pair of student/ teacher is joining

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants