Need a multi-level database - 4 levels. Those. to store the menu. There will be 4 tables. The first level is the access level (admin, user, company, internet). Each of the values correspond to some parameters from the following table, i.e. The first table is related to the following one-to-many relationship. Suppose the user field contains the levels "Auto" and "Moto". Further "Auto" may contain, for example, "Color" and "Form", i.e. this is the next level again. And the last one, "Color" contains "Yellow" and "Green", and "Form" contains the meaning "Passenger". It looks like a 4-level tree. I do not really understand how to indicate this in the request for creating tables - one-to-many relationships. Did only the visual editor.
P.S. I repent. I know: "read books." Just no time. Need to urgently do.
I would be grateful for any help.