Cascade in mysql

Yoseob Shin·2022년 7월 25일

mysql

목록 보기
5/7
  • CASCADE in MySQL helps to update/delete the entry from the parent as well as child table simultaneously.
  • ON UPDATE CASCADE and ON DELETE CASCADE is written while creating the child table.
  • CASCADE helps in reducing the human effort in updating or deleting an entry from the database.

https://www.scaler.com/topics/sql/cascade-in-sql/

profile
coder for web development + noodler at programming synthesizers for sound design as hobbyist.

0개의 댓글