Skip to content

alanluthfi/Homework-Module-3.1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homework Module 3.1

MongoDB exercise

Instruction

  1. Create a database that stores the following information:
  • Songs, containing the following data: the title of the song, the name of the artist(s), and the album

  • Artists, containing the following data: name, date of birth, genre(s)

  • Popular Songs, containing the following data: the title of the song, how many times it’s played, period of time

  1. Populate the database you’ve created above with at least 10 data for each collection

About

MongoDB exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors