DataBase/SQLite
[SQLite] Python 환경에서 select 처리
HHMIN
2020. 5. 31. 13:33
반응형
I. SQLite DB확인
- (1) DataBase : sqlite
- (2) Table : tblmember
- (3) Table Data
II. Python환경에서 SQLite의 데이터 조회
- C:\DBExam\SQLiteExam\sqlite.db의 DataBase에 내용은 상위 사진과 동일하다.
출력 결과
SOURCE CODE
hyunmin94/study_exam
Contribute to hyunmin94/study_exam development by creating an account on GitHub.
github.com
반응형