Homework Lesson (3) "Database Design" - VerenaBoeke/SN-WD02 GitHub Wiki

Exercise 3.2

Blog

"Your friend, who is a coder, would like to set up a blog. But before he starts programming it, he'd like to have a database design, so he asked you for help.

He would like to post articles on his blog and he'd like to let visitors to comment on these articles. In the future he'd like to also let some other users (that he would approve) to post articles on the blog.

Create a database design for his blog."

Database Design "Blog"


Movie Database

"An avid movie collector Jennie would like to have a movie database. She'd like to have an option to mark some movies as "seen". She'd also like to get some more information from the database, like film studios, actors, directors and movie genres. Create a movie database design that will operate with all these data."

Database Design "Movie Database"