Tell us what’s happening:
Describe your issue in detail here.
How to Complete the table at 2 nd Attempt
Your code so far
universe=> SELECT * FROM star;
+---------+-----------+--------+-----------+----------------+
| star_id | radius | color | galaxy_id | name |
+---------+-----------+--------+-----------+----------------+
| 1092 | 123461234 | red | 1 | beatlejuice |
| 1 | 12432 | yellow | 1 | gary |
| 2 | 12432 | yellow | 1 | big yellow |
| 3 | 12361234 | orange | 2 | star in galaxy |
+---------+-----------+--------+-----------+----------------+
(4 rows)
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0
Challenge: Celestial Bodies Database - Build a Celestial Bodies Database
Link to the challenge: