Hey there this external terminal is frustrating it wont let me pass when it asks to show a certian line everything is correct the system is just freaking out is there any way i can skip the step? i can tell you with certianty it is glitching or something is wrong id just perfer not to start over again as this is the second time this has happened at different points!!!
" \d second_table"
you should display the details of “second_table”
top is what i enter and RUN and it gives error with sec!!!
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/125.0.0.0 Safari/537.36
Challenge Information:
Learn Relational Databases by Building a Mario Database - Build a Mario Database
also gives me this as i try to reset to correct whatever is going on
second_database-> \d second_table
FATAL: terminating connection due to administrator command
SSL connection has been closed unexpectedly
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
The connection to the server was lost. Attempting reset: Succeeded.
SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, bits: 256, compression: off)
second_database-> \d second table
When you see -> instead of => postgres is expecting you to continue a previously entered command. You may have mistyped something before, or forgotten a semicolon in a query, or maybe its just bugging out for some reason. Regardless you need to terminate whatever other command it’s expecting. You can hit “enter” without any input and if that doesn’t fix it, try inputting just a semicolon ; and then hitting enter. If needed, kill the terminal you’re connected to postgres with and reconnect.