I am facing the error while executing insert or update operation in mysql. I have already define the relation between two tables still it throws error
Error Code: 1452. Cannot add or update a child row:
a foreign key constraint fails ('test'.'system_review', CONSTRAINT 'system_review_ibfk_1' FOREIGN KEY ('SYS_USER_ID') REFERENCES 'user_details' ('USER_ID'))