Computer Science
The …………… allows us to perform tasks related to data definition.
- DDL
- DML
- TCL
- None of these
SQL Queries
2 Likes
Answer
DDL
Reason — The DDL (Data Definition Language) commands allow us to perform tasks related to data definition, i.e., related to the structure of the database objects.
Answered By
3 Likes
Related Questions
SELECT MIN (Salary) FROM Employee
will return the highest salary from the table.Group functions can be applied to any numeric values, some text types and DATE values.
The …………… allows us to perform tasks related to data manipulation.
- DDL
- DML
- TCL
- None of these
A …………… is a text that is not executed.
- Statement
- Query
- Comment
- Clause