A developer wants to store information about movies. Each movie has a title, release year, and genre. The movie information also can include additional properties about the cast and production crew. This additional information is inconsistent across movies. For example, one movie might have an assistant director, and another movie might have an animal trainer.The developer needs to implement a solution to support the following use cases:-For a given title and release year, get all details about the movie th
A. reate an Amazon DynamoDB table
B. reate an Amazon DynamoDB table
C. n an Amazon RDS DB instance, create a table that contains columns for title, release year, and genre
D. n an Amazon RDS DB instance, create a table where the primary key is the title and all other data is encoded into JSON format as one additional column