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 |
What is left outer join in sql server joins?
What is efficiency data?
Write a SQL query in order to merge two different columns into single column?
Give an example of why you would want to denormalize a database
How to query multiple tables jointly?
A user is a member of the public role and the sales role. The public role has select permission on all the tables. The sales role does not have select permission on some of the tables will the user be able to select from all tables?
How to delete exactly duplicate records from a table?
check, not null,unique
How do I start sql server 2016?
What is normalization of database? What are its benefits?
What do you mean by a Composite primary key?
Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?