Consider a Student table, it has two attributes which are the student_name and student seat_no. The student seat number is not null and also it is unique.
The SQL statement is
Select count(*) from Student
where seat_no ≤ All (Select seat_no from Student);
What is the output of the above statement?
Enter numerical value using the virtual keypad. Round off where necessary.