Acar_Activity Task Module 3_INFMNGT LECTURE

 

Activity Task Module 3_INFMNGT LECTURE


A. DATA DEFINITION LANGUAGE

Data Definition Language


The Data Definition Language (DDL) is used to offer commands for specifying data. 

Relationship schemes, removing relations, and generating indices are just a few examples.

It is used to create and modify the structure of objects in a database by interacting with database schema definitions. Unlike data manipulation language (DML) commands, which are used to modify data, DDL commands are used to change the database structure, such as establishing new tables or objects with all of their properties (data type, table name, etc.).



B. INTERACRTIVE DATA MANIPULATION LANGUAGE

Data Manipulation Language

A data manipulation language (DML) is a computer language family that includes commands that allow users to manipulate data in a database. Inserting data into database tables, accessing existing data, deleting data from existing tables, and changing existing data are all part of this manipulation.



C. EMBEDDED DATA MANIPULATION LANGUAGE

 Embedded SQL is a means of merging a programming language's computing capability with SQL's database manipulation capabilities. Embedded SQL statements are SQL statements that are written inline with the host language's program source code.


Thank you for reading!!



Comments

Popular posts from this blog

Acar_Module-4 Blogging _INFMNGT LECTURE

Acar_Module-6_INFMNGT

Acar_Learning Task Module 1-Blogging