ACTIVITY TASK MODULE #3
Activity task module no.3
A Data Definition Language (DDL) is a language used to define and manipulate the structure of a database. DDL statements are used to create, modify, and delete database objects such as tables, indexes, views, and stored procedures.
DDL commands typically include statements like CREATE, ALTER, and DROP, which are used to create, modify, and delete database objects, respectively. These statements allow users to define the characteristics of each object, such as its name, data type, length, and other attributes.
An Embedded Data Manipulation Language (EDML) is a type of programming language that is embedded within another programming language or application. EDML provides a set of commands and syntax that can be used to manipulate data stored in a database, within the context of another application or programming language.
Comments
Post a Comment