Database group project (Kamryn, Gerald, Joëd)
Web
- Visit the online SQL environment
- Click the green "Run" button
- Observe output of the code. If you'd like to comment out certain parts, feel free to do so and run accordingly.
Local
- Clone this repository or download the
database.sql
file. - Execute the code using your SQL Engine. For example, run
sqlite database.sql
if your engine is SQLite.
Gerald: Worked on code and slide show Kamryn: Worked on code and slide show Joed: Worked on Readme and slide show
- If Student ID is less than 1000
- expected to add the padded 0 the the ID
- actuakky prints the absolute value of the number
- Declaring SQL in the Schema Build
- expected to throw a build error
- actually throws a build erro
- Queries that have undefined table names
- expected to throw an error
- actually throws an error