Skip to content

A relational database project using PostgreSQL, representing various celestial bodies. Detailed instructions are in project-instructions.md.

Notifications You must be signed in to change notification settings

emanoelcampos/celestial-bodies-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Celestial Bodies Database

This project is part of the Relational Database training from freeCodeCamp. It is a celestial bodies database built using PostgreSQL and manipulated exclusively through the command line.

This project was created following a set of instructions. If you wish to see the detailed instructions, they are available in the Project Instructions file.

TL;DR Instructions

1. Create database and connect to it.
2. Create tables as per required conditions.
3. Fill the tables as per required data conditions.
4. Assign Primary Key and Foreign Key as per instructions.
5. Compact all queries into a `universe.sql` file.

Database Diagram

Here is a visual diagram of the database structure:

Database Diagram

How to Use

To use this database, you will need PostgreSQL installed on your machine and familiarity with the command line. Once PostgreSQL is set up, you can execute SQL queries to fetch, insert, update, or delete data.

Project Completion

This project has been successfully completed and passed all tests. Here is the proof of completion:

Project Completion

Contributing

Contributions to this project are welcome! If you find an error or have a suggestion to improve the database, feel free to open an issue or submit a pull request.

About

A relational database project using PostgreSQL, representing various celestial bodies. Detailed instructions are in project-instructions.md.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published