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 A BI Ap;plication?

1 Answers   HCL,


What is diff b/w MYISAM and INNODB storage engine. and also define the benifits and drawbacks of both storage engine

1 Answers  


Can I use mysql for free?

0 Answers  


How to convert numeric values to character strings?

0 Answers  


How many services is running in sql server?

3 Answers   ACC, V2 Solutions,


what is the difrence between sql and pl/sql

21 Answers   Wipro,


Why mysql is open source?

0 Answers  


Explain data type TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP .

2 Answers   Zensar,


Can't connect mysql server on localhost?

0 Answers  


How to create a table?

0 Answers  


What are the different column comparison operators in mysql?

0 Answers  


Explain about reporting services of MYSQL?

0 Answers  


Categories