在08中根据Transact-SQL语言的执行功能特点,可以将Transact-SQL语言分为3种类型:
1.数据定义语言(DDL):
create table
alter table
drop table
2.数据操纵语言(DML):
insert
delete
update
select
3.数据控制语言(DCL):
grant /*授予权限*/
remove /*撤销权限*/
deny /*拒绝权限*/
在08中根据Transact-SQL语言的执行功能特点,可以将Transact-SQL语言分为3种类型:
1.数据定义语言(DDL):
create table
alter table
drop table
2.数据操纵语言(DML):
insert
delete
update
select
3.数据控制语言(DCL):
grant /*授予权限*/
remove /*撤销权限*/
deny /*拒绝权限*/