Skip to content

1Dedios/universe-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Universe Database

Tables in the Database:

  • planet
  • moon
  • star
  • galaxy
  • locate_people

Foreign Keys in the Database:

  • planet->star
  • star->galaxy
  • moon->planet

Rebuild Database:

  • cd into dir with the universe.sql file
  • run the following command on terminal: $ psql -U postgres < universe.sql

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published