DISPLAY TRIGGERS

From Lianjapedia
Revision as of 07:13, 12 December 2012 by Yvonne.milne (Talk | contribs)

Jump to: navigation, search

Purpose

Display triggers associated with current table


Syntax

DISPLAY TRIGGERS [TO FILE <.txt filename> | (<expC>)] | [TO PRINT]


See Also

ALTER TABLE, CONSTRAINTS, CREATE TABLE, LIST TRIGGERS


Description

The DISPLAY TRIGGERS command is used to display to the screen all triggers that are associated with the currently active table.

Keyword Description
TO <file> The display output will be sent to the specified file. The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename. If no file extension is specified, then ".txt" will be used.
TO PRINT The display output will be sent to a printer.

Example

open database southwind
use customers
display triggers