GabrielMedink / Universe-Database

Build a Celestial Bodies Database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Celestial Bodies Database 🌠

This database contains interesting tables about the space. πŸš€

Galaxies 🌌

SELECT * FROM galaxy;

image

Stars ✨

SELECT * FROM star;

image

Planets 🌎

SELECT * FROM planet;

image

Moons πŸŒ•

SELECT * FROM moon;

image

Blackholes πŸ’₯

SELECT * FROM blackholes;

image

About

Build a Celestial Bodies Database