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
- Python
- 리액트
- 계산맞추기 게임
- You are importing createRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client"
- spring-boot
- googleColaboratory
- react
- Do it 자바스크립트 + 제이쿼리 입문
- node.js로 로그인하기
- 웹 게임을 만들며 배우는 리액트
- Colaboratory 글자 깨짐
- 모던자바스크립트
- 타자 게임 만들기
- 자바스크립트
- intellij
- 거북이 대포 게임
- Spring-Framework
- react오류
- props
- JS 개념
- 모두의 파이썬
- vs code 내 node
- ReactDOM.render is no longer supported in React 18. Use createRoot instead
- Concurrently
- 따라하며 배우는 노드 리액트 기본 강의
- 인프런
- DB Browser
- node.js 설치
- 노드에 리액트 추가하기
- intllij 내 Bean을 찾지 못해서 발생하는 오류
Archives
- Today
- Total
목록foreign key (1)
프로그래밍 삽질 중
기본키&외래키 설명
TCP School 기본키 설명 http://tcpschool.com/mysql/mysql_constraint_primaryKey Primary key(기본키) - 설정 시 not null, unique 속성을 지님 - null값 설정 불가, 중복 값x - 테이블 당 오직 하나의 필드만 설정 가능(데이터를 쉽고 빠르게 찾아줌) 기본키 생성 방법 1) create 문 ex) create table tbl_board( bno number(10,0) primary key, title varchar2(200) not null, content varchar2(2000) not null, writer varchar2(50) not null, regdate date default sysdate, updatedate ..
과거 프로그래밍 자료들/SQL(Oracle)
2021. 5. 18. 11:20