Terminologies that I want to share
HELLO, EVERYONE! I AM HERE TO INTRODUCE TO YOU ALL A NEW TOPIC THAT I STUMBLED MYSELF UPON WHICH ARE THE TERMINILOGIES OF DATA LANGUAGES.
DATA DEFINITION LANGUAGE (DDL)
Data Definition Language (DDL) is a part of SQL (Structured Query Language) that focuses on defining and managing the structures and objects within a database. DDL commands are utilized to create, alter, and delete database objects such as tables, indexes, and schemas. These commands affect the database's structure and can define how various data elements relate to each other.
INTERACTIVE DATA MANIPULATION LANGUAGE (DDL)
The term "Interactive Data Manipulation Language" (IDML) denotes a collection of SQL commands designed for interacting with and manipulating database data interactively. This typically involves querying the database and updating records. A key characteristic of IDML is its common use in interactive sessions where users input commands directly to alter data.
EMBEDDED DATA MANIPULATION LANGUAGE (EDML)


.jpg)
Comments
Post a Comment