部分专业单词
单词 | 描述 | 单词 | 描述 |
database DATABASE | 数据库 | update UPDATE | 更改 |
table TABLE | 数据表 | insert int o INSERT INT | 增加记录 |
create CREATE | 创建 | select SELECT | 查询 |
drop DROP | 删除 | check CHECK | 规则约束 |
not null NOT NULL | 非空约束 | default DEFAULT | 默认约束 |
primary key PRIMARY KEY | 主键 | engine ENGINE | 存储引擎 |
use USE | 使用 | delete DELETE | 删除 |
where WHERE | 条件 | unique UNIQUE | 唯一约束 |
values VALUES | 字段 | auto_incremen t AUTO_INCREMEN | 自增 |