Given a table Towns, query for all the Towns which have a Population greater than 1000.
The description of the table Towns is given below:
NOTE : The output table should have the same names and order of the columns.
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.