Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 |
Tags
- baekjoon
- Object Oriented Programming
- 포인터
- 알고리즘
- programming
- 티스토리챌린지
- Data Science
- Deep Learning
- 문자열
- pass by reference
- Class
- assignment operator
- 반복문
- vscode
- array
- const
- 배열
- string
- raw data
- 함수
- predictive analysis
- 파이썬
- pointer
- Python
- Pre-processing
- OOP
- function
- 백준
- C++
- 오블완
Archives
- Today
- Total
목록2025/04/07 (1)
Channi Studies
You can think of FOREIGN KEY as a primary key from one table that can be found within a different table.FOREIGN KEY constraint is used to prevent actions that would destory links between tables.Using a FOREIGN KEY, we can establish a link between two tables. Let's stary by creating a new table for customer data. We will have customer_id, first_name, and last_name columns, and customer_id will b..
SQL
2025. 4. 7. 14:32