With mySQL would I be able to make a database that looks like this :
(this db will be called foo)
foo
-table01
--somedata
--somemoredata
---table01-2
----datafortable1-2
----evenmoredatafortable1-2
--somedatafortable1
.........
as you can see, I want a table inside a table.
(this db will be called foo)
foo
-table01
--somedata
--somemoredata
---table01-2
----datafortable1-2
----evenmoredatafortable1-2
--somedatafortable1
.........
as you can see, I want a table inside a table.