Feeds:
Posts
Comments

Posts Tagged ‘DDL’

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 [...]

Read Full Post »