jennyek2000
Programmer
How could I design this database?
In the system you have a number of projects, each with there own attributes, which are stored in a table. Each project consists of a number of documents, which must also be stored in a table. So for every record in the projects table there is a table of documents. The system must allow you to create a job, which in turn creates a new document table with new data. How could I do this?
In the system you have a number of projects, each with there own attributes, which are stored in a table. Each project consists of a number of documents, which must also be stored in a table. So for every record in the projects table there is a table of documents. The system must allow you to create a job, which in turn creates a new document table with new data. How could I do this?