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


Please Help Members By Posting Answers For Below Questions

What is the storage engine for mysql?

491


Can we write pl sql mysql?

496


What is mysql57?

500


How does select query work?

487


How triggers can be used in mysql?

554






Can I copy mysql data directory?

486


What is blob storage?

492


Is there a way to see the files which are stored?

489


What is new mysqli?

480


How to use count function in mysql?

472


Write a command to list all databases in mysql?

524


How is mysql database stored?

529


What is the hostname for mysql database?

463


What language is mysql written in?

493


Why do we use preparedstatement?

480