Skip to content
Snippets Groups Projects
Commit c4d3d222 authored by Goik Martin's avatar Goik Martin
Browse files

Adding exam points criteria

parent a181c6f9
No related branches found
No related tags found
No related merge requests found
2p Schema was tested against database
1p Entity Person:
2p id person (not null,unique) or primary key
2p Required attribute birthYear, name
1p Entity Movie:
3p required foreign key "director" to person
2p Required attributes rating, title, year
1p Relation Person <--> Movie:
2p Required foreign keys id and ref in actor
2p (id, ref) unique within actor
2p optional isStar Attribute
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment