Create a small database for student transcript that starts out with a table with the following fields:
The table (with first row) might look like this:
Stud id | First | Last | Local Phone | Dept Code | Course No | Section No | Credits | Grade |
---|---|---|---|---|---|---|---|---|
1234567 | Robert | Siegfried | x4482 | 0144 0145 |
141 171 | 1 2 |
4 4 | A- A |
Populate the table (add fictional data of your own) and then get it into first normal form, second normal form and finally third normal form.
If a majority of the class has completed it before Monday's class, we will go over this in class; otherwise you will hnd it in on paper on Wednesday.