Is it possible to use the sub-tables for MariaDB?

When I follow this tutorial

Using SQLite I finish up with

image

Using MariaDB the result is

image

Querying the SQLite version

Doing the same for MariaDB

In other words, is it possible to use the sub-tables for MariaDB?

Edit: In one of my projects I cheated. I created the project using SQLite to get the sub-tables working. When I finished the project, I changed the connection to MariaDB. Works well.

Community Page
Last updated: