Data model design

Relational databases are a type of database management systems that organizes data into tables. These tables are related to each other through defined relationships, through keys that establish connections between the datas. Take a look at this example of a data model design for storing information about RNAseq experiments done in MySQL Workbench.