what is the advantage of stored procedures, triggers and
indexing in mysql



what is the advantage of stored procedures, triggers and indexing in mysql..

Answer / lijo

SP's Stored procedures in simple words is a complied SQL
stt. where there is no need for compiling it again on
successive calls.

Trigger is mechanism to handle insert/update.., like
operation happening in database.

Index are used for searching where searching a indexed data
takes less time while comparing with un-indexed.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is trigger in mysql with example?

0 Answers  


Is mysql owned by oracle?

0 Answers  


What is mysql database server?

0 Answers  


How much does mysql cost?

0 Answers  


How many columns can be used for creating Index?

0 Answers  






Is mysql same as mariadb?

0 Answers  


What happens if a table has one column defined as TIMESTAMP?

1 Answers  


about join

2 Answers  


How do I flush privileges in mysql?

0 Answers  


How can you export the table as an xml file in mysql?

0 Answers  


How do I create a database in mysql workbench?

0 Answers  


What is the use of mysqli_num_rows?

0 Answers  


Categories