728x90
๋ฐ์ํ
๐ก์ปฌ๋ผ์ ์ ์ฝ์กฐ๊ฑด(Constraints)์ฃผ๊ธฐ
CREATE TABLE ํ
์ด๋ธ๋ช
(
์ปฌ๋ผ๋ช
1 datatype NOT NULL,
์ปฌ๋ผ๋ช
2 datatype UNIQUE,
์ปฌ๋ผ๋ช
3 datatype CHECK(์กฐ๊ฑด์),
์ปฌ๋ผ๋ช
4 datatype PRIMARY KEY,
์ปฌ๋ผ๋ช
5 datatype AUTO_INCREMENT
)