EMBEDDED DATA MANIPULATION LANGUAGE

Embedded Data Manipulation Language (EDML) is a programming language that allows developers to embed data manipulation commands directly into the code of an application. This means that the code can interact with a database system by executing commands such as SELECT, INSERT, UPDATE, and DELETE statements without the need for an external program or tool.

EDML is often used in the development of database-driven applications, where data is the core of the application. By embedding data manipulation commands in the code, developers can build powerful and flexible applications that can interact with the database system in real-time.

EDML commands are executed by a database management system (DBMS) and are used to access, modify and retrieve data stored in a database. These commands can be written in the same programming language as the application code, or in a language specific to the DBMS being used.

Overall, EDML is an important tool for developers who need to build database-driven applications. It allows them to seamlessly integrate data manipulation commands into their code, providing a more efficient and flexible way to interact with a database system.

Comments

Popular posts from this blog

XML, JSON AND AJAX