Search
 
SCRIPT & CODE EXAMPLE
 

SQL

what is meant by trigger in dbms

Trigger
A trigger is a set of actions that are run automatically when 
a specified change operation (SQL INSERT, UPDATE, or DELETE statement) 
is performed on a specified table. 
Triggers are useful for tasks such as enforcing business rules, 
validating input data, and keeping an audit trail.
Comment

PREVIOUS NEXT
Code Example
Sql :: postgresql create table with index 
Sql :: having count greater than 1 mysql 
Sql :: sql change table name 
Sql :: sql server 2012 query history 
Sql :: postgresql reset auto_increment index 
Sql :: mysql delete binlog 
Sql :: postgres convert exisiting column to text 
Sql :: invalid reference to FROM-clause entry for table "unidades 
Sql :: get all records who register today in mysql 
Sql :: sql copy table structure 
Sql :: postgresql get current user name 
Sql :: query any digits record 
Sql :: mysql get domain from url 
Sql :: sql select roundup column 
Sql :: postgresql create table with timestamp 
Sql :: oracle activate job 
Sql :: postgresql make each element in array distinct 
Sql :: sql join exists 
Sql :: oracle pl/sql prevent sql injection 
Sql :: search query in mysql 
Sql :: mssql int max value 
Sql :: apex add months to date 
Sql :: oracle search columns in schema 
Sql :: table drop if exist sql server 
Sql :: get first 3 letter of department name in sql 
Sql :: alter table in mysql 
Sql :: mysqldump: couldn 
Sql :: postgresql restore from dump 
Sql :: create function in microsoft sql server 
Sql :: sQL query to get all table records count from a database 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =