producer
_id: ObjectId
movie
name: String
_id: ObjectId
createAt: Date
title: String
Π star
updatedAt: Date
release: Date
_id: ObjectId
description: String
fullname: String
producer: ObjectId
male: Boolean
director: ObjectId
dob: Date
genres: [String]
nationality: String
fullname: String
stars: [ObjectId]
createAt: Date
dob: Date
createdAt: Date
updatedAt: Date
director
_id: ObjectId
nationality: String
createAt: Date
updatedAt: Date
updatedAt: Date
Requirements:
Using MongoDB Compass, create a database named "SDN301_SU24_B1". Create collections corresponding to the data in the given directory. Then, import data into the collections created in the database.
+ 100%
Zoom
Close