Learn sql by building a student database part 1

I logged in the database using - --username=freecodecamp --dbname=postgres
I type \l to access the database
then I typed CREATE DATABASE students
to create database and it goes no further. What do I need to do ?