python database
时间:2021-01-01 11:42:28
收藏:0
阅读:0
- 在linux中打开附件中的sqlite3 数据库 sqlite3 test.db
- 在sqlite3中使用select 语句进行查询,提交截图
select * from employee;
select id, gender from employee; - 用insert 插入一条信息
- 用python 编程访问这个数据库,提交运行截图
评论(0)