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 |
Which storage engines support transactions in MySQL?
What is myisamchk?
Why is the basic difference between left join, right join and inner join?
What is bigint in mysql?
What is mysqli procedural?
What is the command used to create a database using php and mysql?
What is 'mysqlcheck'?
How many columns can a mysql table have?
How can we find the number of rows in a table using MySQL?
What is difference between unix timestamp and mysql timestamp?
What is a storage engine?
What is 'mysqld'?
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)