DROP SYNOPSIS

Purpose

Use the DROP SYNOPSIS statement to remove the synopsis table from the database.

Syntax

Diagram

dropSynopsis

Keywords and Parameters

synopsisName

This is an identifier that specifies the name of the synopsis to be dropped.

Examples

Dropping a Synopsis

The following statement drops the synopsis `order_products_syn`.

DROP SYNOPSIS order_products_syn;