当前位置:网站首页>Embedded database development programming (IV) -- DDL, DML
Embedded database development programming (IV) -- DDL, DML
2022-06-29 12:02:00 【Light chasing rain】
List of articles
First enter
sqlite3 file name
One 、 Create table
- Create table syntax
CREATE TABLE table_name(name1 type) - Field modifier
- primary key Define the primary key column
- AUTOINCREMENT Automatic growth
- UNIQUE Unique value for field
- NOT NULL The value of the field is not empty

Two 、 Delete table
DROP TABLE Table name
3、 ... and 、 Modify table
3.1 Add fields add

3.2 Delete field (mysql)

3.3 Modify fields modify and change(mysql)
change

modify

3.4 Specify where the added fields are displayed in the table (mysql)

3.5 Table rename

Four 、 Built in commands
.table: See if the table was created successfully .schema: View the full information of the list
5、 ... and 、DML






sqlite3 No command in truncate table
Clear the table : use delete from Table name
边栏推荐
- C语言##__VA_ARGS__的用法
- Qt学习09 计算器界面代码重构
- 美创入选信通院“业务安全推进计划”首批成员单位
- Object 类——万类之父
- 海泰前沿技术|隐私计算技术在医疗数据保护中的应用
- torch.load加载模型报错:Can‘t get attribute ‘vae_vc‘ on <module ‘__main__‘ from ‘xxxx()运行文件路径‘
- 杰理之关于 TWS 配对方式配置【篇】
- Follow Me Study HCIE-Big Data-Data Mining 第一章 数据挖掘介绍 模块二
- Qt学习11 Qt 中的字符串类
- Numpy's ndarray array Foundation
猜你喜欢

Qt学习16 Qt 对象间的父子关系

启泰观察:职业精英创业必踩巨坑之 --- 学习效果坑

杰理之发起对耳配对、回连、开启可发现、可连接的轮循函数【篇】

Oracle netsuite helps TCM bio understand data changes and make business development more flexible

Introduction to software engineering - Chapter 5 - overall design

Qt学习15 用户界面与业务逻辑的分离

新版CorelDRAW Technical Suite2022最新详细功能介绍

Qt学习07 Qt中的坐标系统

杰理之关于 TWS 声道配置【篇】

行业分析| 快对讲,楼宇对讲
随机推荐
2022胺基化工艺考试题模拟考试题库及在线模拟考试
Is it safe to open a stock account online
STM32看门狗研究
Haitai Advanced Technology | application of privacy computing technology in medical data protection
How to find out the wrong mobile number when querying MySQL
Qt学习02 GUI程序实例分析
equals提高执行速度/性能优化
海泰前沿技术|隐私计算技术在医疗数据保护中的应用
Nature | biosynthetic potential of global marine microbiome
Record once MSI notebook ge63 plays webpage video flash screen and randomly turns green to solve the problem
mysql 1146错误[通俗易懂]
Installation and configuration of MariaDB
亲测!Centos7部署PHP + Swoole
Jerry's about TWS pairing mode configuration [chapter]
杰理之关于 TWS 配对方式配置【篇】
恒泰证券开户安全吗 证券排名
杰理之关于 TWS 配对方式配置【篇】
ESP8266简介:三种编程方式「建议收藏」
妙!妙盈科技全面实施 Zadig 助力容器化建设,全面拥抱 Kubernetes 和云原生
毕业5年,我问遍了身边的大佬,总结了他们的学习方法