What are the advantages of stored procedures, triggers,
indexes?
Answer Posted / ankit joshi
Advantages of Triggers
Triggers are basically the statements that are executed
automatically after any of the DML operation.
Its basic advantage is that we dont need to invoke it again
and again it will be created once and serve us for the rest
of time.
Triggers are not invoked from the Application end rather it
will be invoked from the Database Management System.
Triggers are used to simply make a look on any of the
activity going on the client side.
Advantages of Stored Procedured:
Stored procedured are the precompiled statements and one of
its biggest advantage is that it speed up the performance
of our application.
| Is This Answer Correct ? | 35 Yes | 8 No |
Post New Answer View All Answers
How to concatenate two character strings?
Is blocked because of many connection errors mysql?
What are the reasons for selecting lamp (linux, apache, mysql, php) instead of combination of other software programs, servers and operating systems?
How to dump a table to a file with 'mysqldump'?
How many rows can mysql hold?
What is the default port for mysql and how it can change?
Which storage engine is best in mysql?
How to convert character strings to dates?
What is mysql in linux?
can you tell the order of sql select statement? : Mysql dba
What are the difference between mongodb and mysql?
What are the differences between innodb and myisam engines?
What are procedures in mysql?
how to display nth highest salary from a table in a mysql query? : Mysql dba
How do I select a database in mysql?