In this assignment, you will review the below schema then answer the three questions listed afterwards.Assume and review the following Internet movie database schema

In this assignment, you will review the below schema then answer the three questions listed afterwards.Assume and review the following Internet movie database schema:Database:Table: movieid — int, primary key title — char year — int rating — floatTable: personid — int, primary key name — char sex — char age — intTable: rolepersonid — foreign key references person — int movieid — foreign key references movie —- int character — char