This command deletes a VAST database table.
Usage
table create --name TABLE --schema-name SCHEMA --database-name DATABASE
Required Parameters
| Enter the name of the table to be deleted. |
| Enter the name of the schema where the table resides. |
| Enter the name of the database where the table resides. |
Example
This example shows deleting a table named cats :
vcli: admin> table delete --name cats --schema-name schema1 --database_name vastdb