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 |
What is prepare statement in mysql?
How do I install the latest mysql on ubuntu?
What is session variable in mysql?
What is the current root password of mysql?
How do I view mysql logs?
What is a select query?
How to returns the columns and column information pertaining to the designated table.
How to write date and time literals?
What is ndb in mysql?
How to create and drop view in mysql?
In mysql, what is the default storage engine?
What is the storage engine used for MySQL?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)