Just run this query:
Code:
SELECT id, Name, idfile FROM items WHERE idfile = "ITxxx";
You will want to replace the xxx with the model number of the graphic. So, if you want to search for model numer 100, the query should be:
Code:
SELECT id, Name, idfile FROM items WHERE idfile = "IT100";