.............................. ..............................
I need a program to measure the performance of my teams based on work they have done.
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