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 Interactive Data Manipulation Language (IDML) is a type of programming language that allows users to interactively manipulate data stored in a database. IDML provides a set of commands and syntax that can be used to query and modify the data in a database. Unlike DDL, which is used to define and manage the structure of a database, IDML is used to manipulate the data within that structure.

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

Popular posts from this blog

What Is SQL