Skip to content

Week3 MAKEME

Andrej edited this page Nov 26, 2019 · 10 revisions

Homework week 3

This homework is divided into several exercises. Please submit each exercise in a separate folder.

Exercise 1 : Normal forms

Hack Your Future is building a new website and we need your help. This is the data we want to show for each course/class.

class data

The idea was to create two tables: class(id, description, numberofstudents, startdate, teacherid, teachername, teacheremail) and students(id, name, grade).

Can you help us to normalize the database? Write a single javascript file with commands to create the tables for the database and insert the data from the example above.

Exercise 2 : Transactions

Exercise 3 : SQL injection

Clone this wiki locally