You are on page 1of 1

Question Set 17

01. What is the relationship between "student" and "subject"? Can this relationship be in databases?

02. Create a relationship between "student" and "subject".

03. Change the name of the table created above to "student_exam_mark_record".

04. Create a relationship between the table "student_exam_mark_record" and the term
"exam_term".

05. Add a column called "mark" to the "student_exam_mark_record" table. Change the Data Type to
DOUBLE.

06. Create a relationship between "student" and "class".

You might also like