Command not found (Learn SQL by Building a Student Database)

Hi !

I’m a beginner. I have a problem with my command on the terminal. I write exactly the same command that FFC recommand in the '‘get the hint’ but the result is ''bash : c : command not found".
My command is : \c students for connect to the database ‘students’

Can you help me ?

I think it means you are no longer in the database command line and you exited it to be in the bash command line. So you need to go back to it. (If this is PostgreSQL then you have to run the appropriate psql command)