cpu: <ID:CHAR(6), Description:VARCHAR(128), Quantity:INT, Price:DECIMAL(8,2)>
hdd: <ID:CHAR(6), Description:VARCHAR(128), Capacity:INT, Quantity:INT, Price:DECIMAL(8,2)>
mb: <ID:CHAR(6), Description:VARCHAR(128), Quantity:INT, Price:DECIMAL(8,2)>
When a user clicks on one of the links, DataEntry.jsp should be requested with a table parameter set to cpu, hdd, or mb accordingly.
Please choose one of the tables below:
In particular,