DATA DEFINITION LANGUAGE
Data Definition Language (DDL) is a subset of SQL (Structured Query Language) that is used to define and manage the structure of a relational database. DDL allows database administrators and developers to create, modify, and delete database objects such as tables, views, indexes, and schemas. In the blog, we will explore the concepts of DDL, its key commands, and how it is used database management.
INTERACTIVE DATA MANIPULATION LANGUAGE
Interactive Data Manipulation Language (IDML) is a type of programming language used for performing data manipulation task interactively. IDML typically provides a set of commands or operations that can be used to manipulate data in a database, spreadsheet, or other data storage system.
IDML is designed to be user-friendly and interactive, allowing users to issue commands or statements and see the results immediately. It often provides a prompt-based interface where user can enter commands or statements, and the system responds with the results or feedback.
EMBEDDED DATA MANIPULATION LANGUAGE
An embedded data manipulation language (EDML) is a type of programming language that is designed to manipulate data within a larger host programming language or environment. EDMLs provides a set of commands, functions, or syntax for performing common data manipulation operations, such as querying, filtering, sorting, aggregating, and transforming data. These commands or functions are integrated into the host programming language allowing developers to perform data manipulation operations directly within their codes.


Comments
Post a Comment