what is Data Manipulation Language (DML)?

By vivek kumar in 22 Jul 2024 | 07:53 pm
vivek kumar

vivek kumar

Student
Posts: 552
Member since: 20 Jul 2024

what is Data Manipulation Language (DML)?

22 Jul 2024 | 07:53 pm
0 Likes
Prince

Prince

Student
Posts: 557
Member since: 20 Jul 2024

Data Manipulation Language (DML) is a subset of SQL used to manage and manipulate data within a database. DML commands allow users to perform operations such as:


- **SELECT**: Retrieve data from one or more tables.

- **INSERT**: Add new records to a table.

- **UPDATE**: Modify existing records in a table.

- **DELETE**: Remove records from a table.


DML is essential for querying and modifying the data stored in a database, enabling effective data management and interaction.

23 Jul 2024 | 12:14 am
0 Likes

Report

Please describe about the report short and clearly.