Print tables as so: ``` table TableName +---------+----------+ | Col1 | Col2 | +---------+----------+ | | | ``` If this table doesnt exist, an error is returned. Else, the table is printed row wise.
Print tables as so:
If this table doesnt exist, an error is returned. Else, the table is printed row wise.