CREATE DATABASE
statement.
example_db
database, which is a PostgreSQL database.
SELECT
statement like this:
SELECT * FROM example_db
) informs MindsDB that we select from a PostgreSQL database. After that, we nest a PostgreSQL code within brackets.