I would like to free the world of disease. I believe that first step is to have data. I therefore seek to record all germs in the world inside a database table.
I am asking the public at large to submit database table scripts to implement this database table.
The full spec is included in the repo in the file called spec.txt.
The 3 files listed below are required to implement the requirements for this repo. The info for each one is in the spec.
- table.sql (create database and table)
- sampledata.sql
- reports.sql
- primary key
- properly named columns
- proper data types
- not null as appropriate
- constraints
- files should be able to run repeatedly so include drop and use statements