Sweet! With the CREATE DATABASE
statement, we create a database and give it a name.
Psst: we write keywords in uppercase letters and the names of databases, columns, and so on in lowercase letters.
Wait, didn't we say that statements end with a semicolon?