Ok, so I have one of those db's with an Inventory table. It has an auto pk, the monitor make and serial, the workstation make, model, and serial, a yes if there is a local printer, the cpu, memory, port ( which may have the port or say unable to view or hub, or dedicated switch), and an issues column.
My aim, over the summer, is to take apart this data and create an inventory application so that it can be easily updated, stored and reported on.
How do I make the tables correctly so that they are not all in one bad table? I know I need to fix this a lot! I also have a table to network printers, and will have scanners and LCD projectors, etc.
I guess I am looking for where I start, ie root table, and then where the pk's go for connecting tables with relationships and all that good stuff. Thanks for any advice!
My aim, over the summer, is to take apart this data and create an inventory application so that it can be easily updated, stored and reported on.
How do I make the tables correctly so that they are not all in one bad table? I know I need to fix this a lot! I also have a table to network printers, and will have scanners and LCD projectors, etc.
I guess I am looking for where I start, ie root table, and then where the pk's go for connecting tables with relationships and all that good stuff. Thanks for any advice!