4. Maintaining a Distributed Database : Remove Statement--Remove Registration : Remove Table Statement : Example: Remove Table
 
Share this page                  
Example: Remove Table
To remove the registration of a table named west_prospects from your distributed database, use the statement:
remove table west_prospects;
To remove the registration named usa sales, delimit the table name. Use delimited identifiers only if you used them on the corresponding register statement:
remove table "usa sales";