woodiop.blogg.se

Download mongodb sample database
Download mongodb sample database











  1. #DOWNLOAD MONGODB SAMPLE DATABASE MOVIE#
  2. #DOWNLOAD MONGODB SAMPLE DATABASE PDF#

We will use this database in our PostgreSQL tutorials, so make sure you load it to your server. This tutorial introduced you to a PostgreSQL sample database named DVD rental. You can download and print the ER diagram for reference while practicing PostgreSQL.

#DOWNLOAD MONGODB SAMPLE DATABASE PDF#

Download printable ER diagramīesides the sample database, we provide you with a printable ER diagram in PDF format. The database file is in zipformat ( dvdrental.zip) so you need to extract it to dvdrental.tar before loading the sample database into the PostgreSQL database server. You can download the PostgreSQL DVD Rental sample database via the following link:

  • address – stores address data for staff and customers.
  • store – contains the store data including manager staff and address.
  • film_category- stores the relationships between films and categories.
  • category – stores film’s categories data.
  • film_actor – stores the relationships between films and actors.
  • To review, open the file in an editor that reveals.

    #DOWNLOAD MONGODB SAMPLE DATABASE MOVIE#

    Sample movie data that comes from mongodb Raw movie.json This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. GitHub Gist: instantly share code, notes, and snippets. film – stores film data such as title, release year, length, rating, etc. Sample movie data that comes from mongodb.actor – stores actors data including first name and last name.There are 15 tables in the DVD Rental database: The DVD rental database has many objects, including:ĭVD Rental ER Model PostgreSQL Sample Database Tables The DVD rental database represents the business processes of a DVD rental store. We will use the DVD rental database to demonstrate the features of PostgreSQL. Summary: in this tutorial, we will introduce you to a PostgreSQL sample database that you can use for learning and practicing PostgreSQL.













    Download mongodb sample database