Suppose you design a database to store data about movies and actors. Write down the business rules between actors and movies.
  • Suppose you design a database to store data about movies and actors. Write down the business rules between actors and movies. Your business rules should be reasonable and precise. (2 point).
  • Draw an ERD based on your business rulesstated in the first question.Have at least four attributes for each entity. Bridge entities (you do NOT need to have four attributes for bridge entities) should be used if needed. PKs and FKs should be identified. Your attributes should follow good naming convention. (6 points).