SELECT * FROM items INNER JOIN categories ON categories.id_category = items.fk_category WHERE items.name = 'SQL';