Data definition language
Data definition language (DDL) is used to define and manage all attributes and properties of a database in Microsoft SQL Server. DDL statements include following commands :
- CREATE
 - ALTER
 - DROP
 
Data Control Language
Data control language (DCL) is used to control permissions on database objects. Permissions are controlled by using following commands :- GRANT
 - REVOKE
 - DENY
 
No comments:
Post a Comment