ORA-02275
Problem: FOREIGN KEY CONSTRAINT can not be added to the table.
Cause: there is a problem with the referenced table.
How to solve
- Check a primary key or unique constraint in the PROJECT_DETAILS table
- Verify that the data in the EMPLOYEE_DETAILS table does not contain any values in the PROJECT_ID column that do not exist in the PROJECT_DETAILS table