Pages

Database Lab Class - 6 (Final) : Creating Database Table


We have created 3 tables

  1. Student table ( Strong entity; Primary key: std_id )
  2. Teacher table ( Strong entity; Primary key: teacher_id )
  3. 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 -

https://dl.dropboxusercontent.com/u/182050205/My%20IIUC%20Public/4%20BC/Database/Final/Lab%20Class/Database%20Lab%20Class%20-%206.zip