Computer Science, asked by jyotipriyadarshni, 9 months ago

a___is a language that enable users to access and manipulate data in a database

Answers

Answered by kgiteshthatere
12

Answer:

DDL : A data definition language or data description language (DDL) is a standard for commands that define the different structures in a database DML : A data manipulation language (DML) is a language that enables users to access and manipulate data in a database.

Answered by adventureisland
0

A Data manipulation language [DML] is a language that enables users to access and manipulate data in a database.

Data manipulation language [DML] :

  • The data manipulation language [DML] is just a computer programming language that allows you to add (insert), delete (delete), and alter (update) data in a database.
  • Structured Query Language, which is used to obtain and manipulate based on the relational database, is a widely used data manipulation language.
  • DML instructions include SELECT, INSERT, and DELETE, to name a few. DML is a collection of computer languages that provide instructions for manipulating data in databases.
Similar questions