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)


SQL statements embedded within programming languages such as C, Java, or Python are known as Embedded Data Manipulation Language (EDML). This approach embeds SQL queries directly into an application's code, enabling the application to interact with the database as part of its standard operations. This is particularly useful for dynamically creating SQL queries based on user input or other programmatic conditions.


GOODBYE FOR NOW

Thank you for visiting! I hope this article helps you understand some of the terminologies I've stumbled. If you have any further questions, please feel free to reach out to me.

see yah!
DIOLOLA, LEANDRO J.



















Comments

Popular posts from this blog

WHAT SQL?