🍷DataBase/🎮Oracle
[Oracle/오라클]ORA-02292: integrity constraint (SYSTEM.ENROL_SNO_FK) violated - child record found
김말자
2022. 11. 9. 16:52
728x90
728x90
BIG
delete from student where sno='500'
오류 보고 -
ORA-02292: integrity constraint (SYSTEM.ENROL_SNO_FK) violated - child record found
FK오류가 떳는데 이유가 연결되어있는 sno가 있어서 그걸 먼저 지워야 지울 수 있음
먼저 지우니까 잘지워짐
728x90
반응형
BIG