Computer Science
The …………… allows us to perform tasks related to data definition.
- DDL
- DML
- TCL
- None of these
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