-
Notifications
You must be signed in to change notification settings - Fork 543
Week3 MAKEME
Andrej edited this page Nov 26, 2019
·
10 revisions
This homework is divided into several exercises. Please submit each exercise in a separate folder.
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.
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.
