Computer Science, asked by riya0mavi0bhadana, 8 months ago

explain two types of language used for creating and manipulating the data in databases​

Answers

Answered by AzariahisThick0993
19

Answer:

Database languages are used to read, update and store data in a database. There are several such languages that can be used for this purpose; one of them is SQL (Structured Query Language).

Explanation:

Answered by smartbrainz
29

DDL and DML statements are used for creating and manipulating the data in databases.

  • SQL commands are commonly used for creation and manipulation of data in database. SQL commands are of four types DDL, DML, DCL and TCL.
  • DDL (Data Definition Language) commands are responsible for creation of database and database objects. Examples of DDL statements are CREATE, TRUNCATE, ALTER, DROP, COMMENT, RENAME.
  • DML( Data Manipulation Language) commands allow manipulation of data stored in various database objects. Examples of DML statements are : SELECT, INSERT, UPDATE, DELETE , EXPLAIN PLAN, LOCK TABLE.
  • DCL stands for Data Control Language and TCL stands for Transaction Control Language.

To know more about DCL and TCL statements,visit:

https://brainly.in/question/8366455

Similar questions