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
How do I remove a user from mysql?
What is data node in mysql cluster?
What is the query to display top 20 rows?
What is root password?
What is text in mysql?
How do I backup mysql database on linux?
Can mysql handle big data?
What is the latest version of mysql?
Can python connect to mysql?
Does mysql use t sql?
How to use regular expression in pattern match conditions?
What is data directory in mysql?
Why do we use pragma autonomous transaction?
What is pdo connection?
Does mysql support sequence?