Skip to main content

DROP VIEW

The DROP VIEW statement is used to delete an existing agent.

Syntax

DROP VIEW view_name;

Options

OptionDescriptionPossible ValuesMandatory
view_nameThe name of the agent to be dropped.StringYes

Example

Here is an example of a DROP AGENT statement:

DROP VIEW semantics_tool;