Given a table STUDENT, query for all the Names with Class 1 and SubjectCount greater than 3.
The description of the table STUDENT is given below:
NOTE : The name of the output column should be ‘Name’.
Example:
NOTE: You only need to implement the given function. Do not read input, instead use the arguments to the function. Do not print the output, instead return values as specified. Still have a question? Checkout Sample Codes for more details.