drop_view man page on aLinux

Printed from http://www.polarhome.com/service/man/?qf=drop_view&af=0&tf=2&of=aLinux

DROP VIEW()			 SQL Commands			   DROP VIEW()

NAME
       DROP VIEW - remove a view

SYNOPSIS
       DROP VIEW name [, ...] [ CASCADE | RESTRICT ]

DESCRIPTION
       DROP  VIEW  drops an existing view. To execute this command you must be
       the owner of the view.

PARAMETERS
       name   The name (optionally schema-qualified) of the view to remove.

       CASCADE
	      Automatically drop objects that depend  on  the  view  (such  as
	      other views).

       RESTRICT
	      Refuse to drop the view if any objects depend on it. This is the
	      default.

EXAMPLES
       This command will remove the view called kinds:

       DROP VIEW kinds;

COMPATIBILITY
       This command conforms to the SQL standard,  except  that	 the  standard
       only allows one view to be dropped per command.

SEE ALSO
       CREATE VIEW [create_view(7)]

SQL - Language Statements	  2005-11-05			   DROP VIEW()
[top]

List of man pages available for aLinux

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net