CBSE Class 12 Informatics Practices
Question 34 of 79
Database Query using SQL — Question 5
Back to all questions25, 35, 38
Reason — The DISTINCT keyword in the SQL is used to remove duplicate rows from the results of a SELECT statement. Therefore, the output of the query will include each distinct value from the "Marks" column, which are 25, 35, and 38.