I am trying to work through some questions and im not sure how to do the following
Q: Find the hard drive sizes that are equal among two or more PCs.
its q15 on this site.
The database scheme consists of four tables:
Product(maker, model, type)
PC(code, model, speed, ram, hd, cd, price)
Laptop(code, model, speed, ram, hd, screen, price)
Printer(code, model, color, type, price)
any pointers would be appreciated.
Edit: here is a list of all the hard drives in the pc table along with what the correct answer should be.

How about this ?