Computer Science, asked by charusinghal224, 6 months ago

Which of the following query is used to select count of students from "STUDENT" table? 


Select COUNT(ALL) from STUDENT;

Select COUNT(Roll) from STUDENT;

Select COUNT() from STUDENT;​

Answers

Answered by pooja12shreya
0

Answer:

Select COUNT(ALL) from STUDENT;

Explanation:

hope it's helpful

have a nice day

Similar questions