Consider the following column of table “employee”Salary10000150002500010000NULLWhat would be the output of the following query?Select Avg(Salary) from employee;

🎲 Try a Random Question  |  Total Questions in Quiz: 86  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
CBSE Class 12 SQL Practice Test — practice the complete quiz, review flashcards, or try a random question.


Consider the following column of table “employee”<br>Salary<br>10000<br>15000<br>25000<br>10000<br>NULL<br><br>What would be the output of the following query?<br><br>Select Avg(Salary) from employee;<br>