The Embedded Data Manipulation Language
What is Embedded Data Manipulation Language (EDML)
Embedded Data Manipulation Language (EDML) is a type of programming language that allows developers to integrate data manipulation statements within the code of an application or program. EDML is often used in applications that require database interaction and manipulation of data.
EDML statements are embedded within the application code and can be executed directly by the database management system (DBMS) when the application is run. This allows for seamless integration between the application and the database, as the data manipulation is done within the application code rather than through an external interface or tool.
Examples of EDML include embedded SQL, which allows developers to write SQL statements within their application code, and JDBC (Java Database Connectivity), which provides a standard API for connecting Java applications to databases and executing SQL statements.
In summary, EDML is a language that allows developers to integrate data manipulation statements within the code of an application, allowing for seamless interaction between the application and the database.
Comments
Post a Comment