Computer Science
Group functions can be applied to any numeric values, some text types and DATE values.
Related Questions
DISTINCT clause is used to remove redundant rows from the result of the SELECT statement.
SELECT MIN (Salary) FROM Employee
will return the highest salary from the table.The …………… allows us to perform tasks related to data definition.
- DDL
- DML
- TCL
- None of these
The …………… allows us to perform tasks related to data manipulation.
- DDL
- DML
- TCL
- None of these