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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is 'mysqlimport'?

519


What is mysql57?

508


Which software is used for mysql?

507


What is the function of mysqldump?

570


Where is the mysql data directory?

495






Is mariadb faster than mysql?

465


Where is the mysql config file?

463


How to Join tables on common columns.

641


Write a query to display even rows in student table using mysql?

485


How many columns can be used for creating Index?

576


How many threads can mysql handle?

502


What is database in php mysql?

491


What are date and time data types?

496


In a property booking section want a query to check that property is booked from StartDate to EndDate.Booking Table field are given id proerty_id start_date checkout_date no_of_visitor booking date status Waiting yours answer.. Thanks In Advance...

2582


What is text in mysql?

495