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.

Well subtables should work just fine in mariaDB as well.

I think there are some glitches in recognizing them when the tables are created in different order or edited afterwards, that we need to smoothen out.