Given a table STUDENTS, query for all the student’s Name and Class whose Age is greater than 15.
The description of the STUDENTS table is as given below:
NOTE : The output table should contain 2 columns ‘Name’ and ‘Class’.
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.