1. DELETE / MODIFIED Action : CASCADE, Set Null, Set Default, Restrict
CASCADE : Master ์ญ์ ์, Child๋ ๊ฐ์ด ์ญ์
Set Null : Master ์ญ์ ์, Child ํ๋ null
Set Default : Master ์ญ์ ์, Child ํ๋ Default ๊ฐ์ผ๋ก ๋์ฒด
Restrict : Child ํ ์ด๋ธ์ PK๊ฐ ์๋ ๊ฒฝ์ฐ์๋ง Master ์ญ์ ํ์ฉ
No Action : ์ฐธ์กฐ๋ฌด๊ฒฐ์ฑ ์๋ฐ ์ ์ญ์ /์์ ์ ํ์ง ์์. ์๋ฌด๋ฐ ์กฐ์น X
2. Insert Action : Automatic, Set Null, Set Default, Dependent
Automatic : Master ํ ์ด๋ธ์ PK๊ฐ ์๋ ๊ฒฝ์ฐ, Master ํ ์ด๋ธ์ PK ์๋ ์์ฑ ํ Insert
Set Null : Master ํ ์ด๋ธ์ PK๊ฐ ์๋ ๊ฒฝ์ฐ, child์ FK๋ฅผ null๋ก ์ฒ๋ฆฌ
Set Default : Master ํ ์ด๋ธ์ PK๊ฐ ์๋ ๊ฒฝ์ฐ, child์ FK๋ฅผ default ๊ฐ์ผ๋ก ์ค์
Dependent : Master ํ ์ด๋ธ์ PK๊ฐ ์กด์ฌํ ๋๋ง child ์ ๋ ฅ ๊ฐ๋ฅ.
No Action : ์ฐธ์กฐ๋ฌด๊ฒฐ์ฑ ์๋ฐ ์ ์ญ์ /์์ ์ ํ์ง ์์. ์๋ฌด๋ฐ ์กฐ์น X