Computer Science, asked by pavin16, 1 year ago

some DML commands with examples

Answers

Answered by dewanggjog8ifufd
4
hi

Mark me a brainlist answer

Data Manipulation Language (DML) may sound like a programming language, but it's really a concept. In this lesson, we'll show you how it works by using a fictional music database as an example. DML refers to the tools used to add to and update the data within a database, including things like artists, albums, and so on in our music database example.

DML is a categorization of existing SQL commands. SQL stands for Structured Query Language, and is a standard in database management systems. SQL commands are used for both data and structure changes to databases. We'll cover only data changes. These include querying, inserting data, updating data, deleting data, and reversing transactions. DML commands include SELECT, INSERT, UPDATE, and DELETE.

Answered by Anitanirola221
3

Some DML  commands are select, insert, update and delete. For example-select *from table name ;

Similar questions