Given a table STUDY, delete all the entries in the table where the AGE of the students lies between 19-22. Then print the new table.
The description of the table STUDY is given below:
NOTE : The output should contain 4 columns ‘ID’ , ‘Name’ , ‘Age’ and ‘Marks’ .
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.