数据库python database 云博小周宇2024年5月5日2023年8月9日1 Min Read 在linux中打开附件中的sqlite3 数据库 sqlite3 test.db 在sqlite3中使用select 语句进行查询,提交截图 select * from employee; select id, gender from employee; 用insert 插入一条信息 用python 编程访问这个数据库,提交运行截图