DropTable
Drops a table in HarperDB.
Input
| Name | Type | Required | Description |
| SchemaName | String | True | The name of the schema. |
| TableName | String | True | The name of the table. |
Result Set Columns
| Name | Type | Description |
| Success | String | Whether or not the table was successfully dropped. |