MySQL Error Occurred

Error Message:
1194: Table 'CubeCart_inventory' is marked as crashed and should be repaired

SQL:
SELECT I.name, I.image, I.productId FROM CubeCart_inventory AS I, CubeCart_category AS C WHERE I.cat_id = C.cat_id AND I.disabled != '1' AND C.hide = '0' AND (C.cat_desc != '##HIDDEN##' OR C.cat_desc IS NULL) AND I.cat_id > 0 ORDER BY RAND(25) LIMIT 1