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

How can we change the data type of a column of a table?

590


Write a query to create a database and a table?

498


Why we use mysql database?

489


What is maximum table size in mysql?

486


How can you make a database as your current database?

508






How can I see mysql database?

484


How do you say mysql?

490


what is the difference between the nvl function, ifnull function, and the isnull function? : Mysql dba

531


How do I set user privileges in mysql?

483


Is mariadb better than mysql?

553


How to use regular expression in pattern match conditions?

525


How to rename an existing column in a table?

543


How do I make an action query?

485


How to rename an existing table in mysql?

540


How to calculate the difference between two dates?

486