what is trigger . hw will it use them
Answers were Sorted based on User's Feedback
Answer / m.ramarathna
Triggers are special kind of stored procedure that get
executed automatically when insert,update,delete operation
takes place on a table. Trigger can't be invoked on demand.
when delete,update,insert one data in the table ,that data
will stored in another one table.Nobody can't open the table
.That can open only by the select user.because of trigger
we give full importants to all data .
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / sanjay kumar dinda
Trigger is a procedure which is invoked automatically when
any DML operation occured on a table.
At the time of DML operation , inside trigger SQL provide
the dummy table ( inderted , deleted) , which stores the
errected rows....
| Is This Answer Correct ? | 2 Yes | 0 No |
difference between Clustered index and non clustered index ?
What is a domain constraint give an example?
what is victor class
sql database suspect We have a sql database that is showing as suspect. How can we recover?
how can you attach more than 20 ldf files in sql server
How to list all objects in a given schema?
What is the default value of an integer data type in sql server 2005?
SYNTAX FOR VIEWS WITH EXAMPLE HOW TO LINK TWO TABLES
Where is my database stored on the hard disk in ms sql server?
Simple example for difference between select and cursor in sql
What is difference between sql and sql server?
explain different levels of normalization? : Sql server database administration
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)