SQL常見單詞1

創(chuàng)建 Create?
改變 Alter?
刪除 Drop?
截去 Truncate?
插入 Insert?
更新 update?
刪除 Delete (刪除的還能恢復(fù))
主鍵? primary key? ? ? ? 自動增長列(auto_increment)?
SQL必記單詞
alter 改變
drop 落下
create 創(chuàng)造
not 不
databa 數(shù)據(jù)庫
update 更新
where 在哪里
select 挑選
exists 存在
int 正數(shù)
in 按照
or 或者
username 用戶名
password 密碼
like 喜歡
show 顯示
table 表格
insert 插入
character 字符
if 如果
date 日期
desc 降序
distinct 有區(qū)別
limit 限制
having 所有
delete 刪除
ifnull 真實
double 精度型
varchar 可變成字符
into 到..里
value 值
is 是
order 命令
and 和
關(guān)于“數(shù)據(jù)類型”的一些單詞:

關(guān)于“完整性約束”的一些單詞:

關(guān)于“運算符”的一些單詞:

標(biāo)簽: