
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:
#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.
