Please visit http://sqldbpool.blogspot.com/
(for more database related articles)
• What is a DDL, DML, DCL, TCL and DSPL concept in RDBMS world?
The Data Definition Language (DDL) includes,
CREATE TABLE – creates new database table
ALTER TABLE – alters or changes the database table
DROP TABLE – deletes the database table
CREATE INDEX – creates an index or used as a [...]
Posts Tagged ‘DML’
Basic SQL Language based questions
Posted in Microsoft SQL Server, tagged Database Concepts, DCL, DDL, DML, DSPL, SQL Server FAQ, SQL Server Interivew Questions, Stored Procedure, TCL, Trigger, Views on March 16, 2008 | 12 Comments »