日期:2014-05-16  浏览次数:20666 次

常用的数据库单词
database数据库
database sysytem数据库系统
database management system 数据库管理系统
entity实体
attribute属性
key关键字
type类型
relationship联系
model模型
primary key主键
foreign key外键
rule规则
select查询
project投影
join连接
divide除
union并
intersection交
difference差
insert增加
update更新
delete删除
create创建
table表
drop删除
alter修改
view视图
index索引
primary file主要数据文件
transaction log事务日志文件
null空
check约束
column列
add添加
values值
constraint约束
count统计记录个数
sum总和
avg平局值
max最大值
min最小值
distinct去除重复
where=,,条件
having=,,条件
group by分组
compute by显示详细记录
unique唯一约束
unique index唯一索引
clustered index聚集索引
nonclustered index非聚集索引
with encryption加密
default默认
begin....end语句块
select @a=10赋值语句(可同时对多个变量赋值)
set @a=10赋值语句
break跳出循环
continue结束本次循环,开始下一条语句
procedure存储过程
restore还原
backup备份