No matching unique or primary key for this column-list
外键约束引用的列没有匹配的唯一键或主键约束。
SELECT constraint_name, constraint_type, column_name FROM dba_cons_columns WHERE table_name = '<PARENT_TABLE>' AND constraint_type IN ('P','U');
「约束」在课程 Day 81-90 中有 10 篇完整实战教程