I would like to help people out in finding jobs that best suit their needs. To achieve that, I will need a table recording all of my clients' info, so that I have my info handy when needed. This will help me improve my already successful business.
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 4 files listed below are required to implement the requirements for this repo. The info for each one is in the spec.
- database.sql
- 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