Recall that foreign keys reference another row in the database via a unique ID. Values in a foreign key column are restricted to values in the referenced column OR NULL.
Using what you know about foreign keys, why can't the tag column in the tag_type table be a foreign key that references the tag column in the stackoverflow table?
Remember, you can reference the slides using the icon in the upper right of the screen to review the requirements for a foreign key.
SQL 'IS NULL' 연산자 (0) | 2022.01.07 |
---|---|
SQL LIKE 연산자의 활용 (0) | 2022.01.07 |
4. 파이썬 기초, for 함수?! ( 교재 - 한입에 쏙 파이썬 #31 ~ #37 ) (0) | 2019.06.09 |
3. 파이썬 기초, 리스트와 메소드 몇 ( 교재 - 한입에 쏙 파이썬 #19 ~ #30 ) (0) | 2019.06.08 |
2. 파이썬 기초, 문자열과 변수 ( 교재 - 한입에 쏙 파이썬 #13 ~ #19 ) (0) | 2019.06.03 |
댓글 영역