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
What do you understand by mysql terminal?
How do I restore a database in mysql workbench?
Which datatype is used for email in mysql?
What are mysql queries?
1.how to fetch a value and Execute store procudure in mysql(INNODB) using phpMyAdmin? 2.can i wright a package in mysql database(INNODB)?
What does a TIMESTAMP do on UPDATE CURRENT_TIMESTAMP data type?
What is sql in mysql?
What is ndb in mysql?
What does schema mean?
What is root password?
HOW TO FIND display the total number of weeks in the year of 1998 IN EMP TABLE
What is difference between pdo and mysqli?
Why to use char instead of varchar in the database?
What does mysql workbench do?
What is the current root password of mysql?