Learn Relational Databases by Building a Mario Database - Build a Mario Database

Tell us what’s happening:

\d isnt working for this question how can i solve this issue

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/131.0.0.0 Safari/537.36 Edg/131.0.0.0

Challenge Information:

Learn Relational Databases by Building a Mario Database - Build a Mario Database

List of relations
±-------±-------------±------±-------------+
| Schema | Name | Type | Owner |
±-------±-------------±------±-------------+
| public | first_table | table | freecodecamp |
| public | second_table | table | freecodecamp |
±-------±-------------±------±-------------+
(2 rows)

second_database->

//its printing in terminal but why is it not going through

Hi @Wrld_runs_on_Code

Try pressing the Run button.

Happy coding

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.