Home Work Answers
Home Work Answers
Answer
i. Draw a diagram that shows how these four tables are related to each other.
create table Student(StudentNo int primary key, Name char(20), Address char(20),
Phone char(20));
create table Lecturer (LecturerNo int primary key, LecturerName char(20), Address
char(20), Phone char(20));