Python
Remove a Table
Description
The tables.drop()
method enables you to delete a table from a connected data source.
Syntax
Here is the syntax:
data_source.tables.drop('table_name')
The tables.drop()
method enables you to delete a table from a connected data source.
Here is the syntax:
data_source.tables.drop('table_name')