a new database called tietokantadb:
CREATE DATABASE tietokantadb;
A successful command will return a message that doesn’t mean much yet—Query OK,
1 row affected (0.00 sec)—but will make sense soon. Now that you’ve created the database, you want to work with it, so issue the following command:
USE tietokantadb;