CBSE Class 12 Informatics Practices
Question 35 of 79
Database Query using SQL — Question 6
Back to all questions50000
Reason — The DISTINCT keyword in the SUM() function ensures that only unique values of "Salary" are summed. Therefore, the query will sum up the distinct values of salary, which are 10000, 15000, and 25000, resulting in an output of 50000.