What does connect to database mean?

I believe this was shown in the Mario db exercises. It should be \c or \connect followed by the database name.

to connect to the database you have to use \c followed by the name of the database

remember also that when you create a table you have to use parethesis, even if you don’t create any columns to start CREATE TABLE table_name();

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