Consider the following column of table “student”NameAmitSumitNainaNullWrite the output of the following query.Select Count(*) from student;

🎲 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 “student”<br>Name<br>Amit<br>Sumit<br>Naina<br>Null<br><br>Write the output of the following query.<br><br>Select Count(*) from student;