Answer Posted / subodh devarde
Triggers are special type of stored procedure which execute automatically whenever any changes are occured in table in database after using insert update ,delete command.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to create a user to access a database in ms sql server using "create user" statements?
What is TDS(Tabular Data Stream) Gateway?
What are sub reports?
What is the most common trace flags used with sql server?
what is database replication? : Sql server database administration
what are statistics, under what circumstances they go out of date, how do you update them? : Sql server database administration
What command is used to create a database in the sql server and how?
What is isnull() operator?
Equi join and non equi join is possible with sql server?
What is a join in sql?
Insert syudents details in table.Current system date &time insert into joining time.How do insert?( in sysdate only return current system date how do add time?)
What is scalar user-defined function?
What is clustered index
What is the temp table?
Explain filtered indexes benefits?