SQLiteStudio Download
https://sqlitestudio.pl/![]()
압축풀기
![]()
SQLite 실행
![]()
1.
2.![]()
1.
2. column 추가![]()
- id, title, body column 추가
![]()
![]()
![]()
- commit
check표시 클릭
table 추가됨.![]()
insert row
데이터 값 입력 후 commit하고 refresh하기![]()
sql문법으로 data 입력
![]()
- INSERT INTO topics (title, body) VALUES ('ORACLE', 'ORACLE is...')
실행결과
![]()
특별히 어려운 부분은 없었다.
SQL과 DATABASE에 입문할 수 있었다.