Answer Posted / 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 |
Post New Answer View All Answers
How to create prepared statements using odbc_prepare()?
How to create hyperlink from returned sql query ?
What are synonyms?
What is partition, how will you implement it? : sql server analysis services, ssas
What is the impact on other user sessions when creating indexes?
explain what is raid and what are different types of raid configurations? : Sql server database administration
How many instances per computer are there in sql server 2000?
How to connect to SQL Azure Database by using sqlcmd?
How to list all triggers in the database with sys.triggers in ms sql server?
How do triggers work?
Is the log file is a part of file group?
What is sql server schema compare? How we can compare two database schemas?
What is the difference between join and inner join?
What are the different SQL Server Versions you have worked on?
Explain the functionalities that views support?