https://github.com/not-josue/freecodecamp-celestial-bodies-database
Solution to freeCodeCamp's celestial bodies database project using PostgreSQL.
https://github.com/not-josue/freecodecamp-celestial-bodies-database
database freecodecamp postgresql
Last synced: 2 months ago
JSON representation
Solution to freeCodeCamp's celestial bodies database project using PostgreSQL.
- Host: GitHub
- URL: https://github.com/not-josue/freecodecamp-celestial-bodies-database
- Owner: not-josue
- License: mit
- Created: 2023-06-28T18:14:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-29T05:10:15.000Z (about 3 years ago)
- Last Synced: 2024-12-26T23:26:21.654Z (over 1 year ago)
- Topics: database, freecodecamp, postgresql
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# freeCodeCamp-celestial-bodies-database
[](https://www.postgresql.org)
Solution to freeCodeCamp's celestial bodies database project using PostgreSQL.
## Data from Chat-GPT
### 💬 [Conversation](https://chat.openai.com/share/65def392-578b-441a-a2d4-076bad8e144d)
### ⭐ Star Table
- galaxy_id INT FOREIGN KEY was added
### 🪐 Planet Table
- is_habitable BOOLEAN was added
- Star Data was replaced with star_id INT FOREIGN KEY
### 🌙 Moon Table
- Type Data was replaced with is_natural BOOLEAN
- Planet Data was replaced with planet_id INT FOREIGN KEY
### 🌑 Asteroid Table
- Planet Data was replaced with planet_id INT FOREIGN KEY
## 📃 Schema
