Computer Science
SELECT MIN (Salary) FROM Employee
will return the highest salary from the table.
SQL Queries
3 Likes
Answer
False
Reason — SELECT MIN (Salary) FROM Employee
will return the lowest salary from the Employee table.
Answered By
2 Likes
Related Questions
Foreign key column derives its value from the primary key of the parent table.
DISTINCT clause is used to remove redundant rows from the result of the SELECT statement.
Group functions can be applied to any numeric values, some text types and DATE values.
The …………… allows us to perform tasks related to data definition.
- DDL
- DML
- TCL
- None of these