CBSE Class 12 Computer Science Question 90 of 91

Relational Database and SQL — Question 10

Back to all questions
10
Question

Question 10

SELECT MIN (Salary) FROM Employee will return the highest salary from the table.

Answer

False

ReasonSELECT MIN (Salary) FROM Employee will return the lowest salary from the Employee table.