单词 | 服务、服务器 |
database | 数据库 |
use | 使用、进入数据库 |
show | 展示、显示 |
table | 数据表 |
row | 行 |
column | 列 |
desc | 完整单词为describe 描述 |
quit | 退出、退出和服务器的连接 |
drop | 丢弃 |
exists | 存在 |
create | 创建 |
insert into | 插入 |
delete | 删除 |
update | 修改 |
select | 选择(查询) |
from | 从…里面 |
values | 多个值 |
primary key | 首要的键,用于主键约束 |
null | 空,表示无法确定的值 |
Not null | 禁止为null值 |
unique | 唯一的 |
check | 检查 |
default | 默认的 |
foreign | 外部的 |
references | 说到(或写到)的事;提到;谈及;涉及;参考;查询 |
Distinct | 清晰的;清楚的;明白的; |
Where | 哪些 |
原创文章,作者:wdmbts,如若转载,请注明出处:https://blog.ytso.com/277527.html