Customers customer_id Orders order_id customer_id fk
If I have two tables and define a foreign key on customer_id in the Orders table, by allow
To set a foreign key nullable or null use below sql script
ALTER TABLE Return_COMMENTS MODIFY order_ID Number NULL;