We have
created 3 tables
- Student table ( Strong entity; Primary key: std_id )
- Teacher table ( Strong entity; Primary key: teacher_id )
- Advised table ( Weak entity; No Primary key; Foreign key: std_id, teacher_id )
*Note: You have to
create Student table and Teacher table before the Advised table
Download the Screenshots -
No comments:
Post a Comment