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 do I completely remove mysql from windows?
What is bdb (berkeleydb)?
What is pdo in php mysql?
Where is mysql used?
Which is faster mongodb or mysql?
List some mysql advantages and disadvantages?
How to drop an existing index in mysql?
What is the difference between procedure and function in mysql?
What is blob in mysql?
What is cursor in mysql?
What is innodb mysql?
How to check if a record exists in a mysql database php?
In which language it is written?
How do I enable mysqli extension?
How do I connect to a mysql database?