I have a LAMP application that needs to accept external data sources from our users. Generally, these are just simple lists (e.g. so the user can have a customized drop down list). However, I am seeing the need for more complex data. For example, two customized drop downs wherein the second drop down is dependent on the selection in the first drop down.
Is there a way to store external relational data in my database in such a way I can query it also?