Tell us what’s happening:
Half way through programming my database I get a “> character after my database name universe”> and can’t then do anything else with it.
An example would be after I inserted the following and then couldn’t go any further:
universe=> INSERT INTO galaxy(name, description, size_in_lightyears, rotatioanl_speed) VALUES(‘Andromeda’, “Big bastard’, 15000, 100.34);
universe”> SELECT * FROM galaxy;
universe"> \d galaxy
universe"> \d
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0
Challenge Information:
Celestial Bodies Database - Build a Celestial Bodies Database