Hi,
Im fairly new to MySQL, everythings running and good,
but is it possible to create a database within a database? sort of like a subdatabase?
What im intending to do, is be able to have a database of all the states in United States, and each state holding various other data. (ie. list of stadiums)
So when a user clicks on lets say Arizona, my web page will display more data.
Is this possible in MySQL?
thank you.