二、安装 DB Browser 工具下载 DB Browser 安装文件,DB.Browser.for.SQLite-3.11.2-win64.msi,双击打开该安装文件,开始安装 DB Browser 工具;同意用户协议;选择创建快捷方式;选择 DB Browser 安装路径;选择安装 DB Browser 工具;完成安装;...
表、视图、索引的创建、修改、删除操作等 一、表的创建 1、创建表 create if not exists table student(StuID integer);2、创建带有缺省值的数据表:create table if not exists schoolTable(schID integer default 0,schName varchar ...