Computer Science, asked by Anonymous, 1 month ago

\huge\bold{Question :-}

Write short notes on :
(a) DDL
(b) DCL
(c) DML
(d) TCL

Need perfect ans pls.

Thank you.​

Answers

Answered by Anonymous
4

DDL-Stands for "Data Definition Language." A DDL is a language used to define data structures and modify data. For example, DDL commands can be used to add, remove, or modify tables within in a database.

DCL-A data control language (DCL) is a syntax similar to a computer programming language used to control access to data stored in a database (Authorization). ... Examples of DCL commands include: GRANT to allow specified users to perform specified tasks.

DML-A data manipulation language (DML) is a computer programming language used for adding (inserting), deleting, and modifying (updating) data in a database. A DML is often a sublanguage.

TCL-Tool command language (Tcl) is a powerful scripting language with programming features. It is available across Unix, Windows and Mac OS platforms. Tcl is used for Web and desktop applications.

Answered by praseethanerthethil
4

Answer:

1) In the context of SQL, data definition or data description language (DDL) is a syntax for creating and modifying database objects such as tables, indices, and users. DDL statements are similar to a computer programming language for defining data structures, especially database schemas.

2) A data control language (DCL) is a syntax similar to a computer programming language used to control access to data stored in a database (Authorization). In particular, it is a component of Structured Query Language (SQL). Data Control Language is one of the logical group in SQL Commands.

3) A data manipulation language (DML) is a computer programming language used for adding (inserting), deleting, and modifying (updating) data in a database. A DML is often a sublanguage of a broader database language such as SQL, with the DML comprising some of the operators in the language.

4) Tool command language (Tcl) is a powerful scripting language with programming features. It is available across Unix, Windows and Mac OS platforms. Tcl is used for Web and desktop applications, networking, administration, testing, rapid prototyping, scripted applications and graphical user interfaces (GUI).

Hope it helps

Similar questions