You are designing and implementing a database for the AcademyAward winners.
R1/R2: You are to read in information from movies.csv files.
R2: Then you will read in information about the movies that havewon best picture award.
Place these items in a Binary Search Tree, sorted by name. This isalso formatted as a .csv file
The first line of pictures.csv contains the data fieldsincluding: name, year, nominations, rating, duration, genre1,genre2, release, metacritic, synopsis
R3/R4: Choose the movie database and add a record
R5/R6: Choose the movie database, search for a record, and modifythe fields.
R7/R8: Choose the movie database, search for a record and deletethe fields.
R9/R10: Choose the
OR
OR