Reputation: 1180
How would you convert this table into Third Normal Form (and what are the resulting tables):
Upvotes: 0
Views: 425
Reputation: 4275
Here are the tables:
Film (filmNo, fTitle, dirNo)
Director(dirNo, dirName)
FilmActor(filmNo, actNo, role, timeOnScreen)
Actor(actNo, actName)
Upvotes: 1