DbWrench Documentation: PSLID |
Home | Tables | Diagrams | Foreign Keys | Indexes |
Table: tblresearcher |
Columns | |||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
| researcher_id | Integer | |||||
laboratory_id | Integer |
|
|
||||
researcher_name | VarChar(30) |
| |||||
researcher_email_add | VarChar(30) |
| |||||
researcher_phone_num | VarChar(30) |
|
Indexes | |||
Name | Columns | Unique | Clustered |
Foreign Keys - Child Relations | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
tblresch_tbllab | tbllaboratory | tblresearcher | laboratory_id | laboratory_id |
Foreign Keys - Parent Relations | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
tblexp_tblresch | tblresearcher | tblexperiment | researcher_id | researcher_id |
Triggers | ||||||
Name | On Delete | On Insert | On Update | Execute | For Each | SQL |
Used in Diagrams |
Diagram Name |
Take II |