I am completely new to database design and don't even know how to go about asking the right questions, but here goes.
If I have a database with 4 tables 1, 2, 3 & 4, is it possible for these tables to be sequentially linked in one to many relationships? i.e. 1 to 2, 2 to 3 etc
If I wanted to create a record in table 4 that points to related fields in tables 1, 2 & 3 is this also possible?