Given a table Towns, query for all the attributes in the table.
The description of the table Towns is given as follows:
NOTE : All the fields should have the same Name and should be in the same order.
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.