What are the advantages of stored procedures, triggers,
indexes?
Answer Posted / jeyakumar
stored procedure:
Stored procedure is a collection of sql statements.It is precompiled one so execution time is fast.Single name we can create procedure for insert,delete,update.
Triggers:
Mainly used for implementing business rules.It execute automatically when the particular event is fired. For example maximum record 100 if anybody try to insert after 100 then delete first come record(first come first out).
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How can I connect mysql database?
How do I edit a stored procedure in mysql?
What is the use of concat() in mysql?
What is view in mysql?
What is datatype in mysql?
What is deterministic in mysql?
What is mysql architecture?
How to find second highest salary from a table?
How do I find mysql version in mysql workbench?
Is mysql running ubuntu?
What is mysql data directory? How to determine the location of the data directory?
Is mysql connect deprecated?
How can I create table in mysql?
What is memory table?
What is select query in mysql?