What are the advantages of stored procedures, triggers,
indexes?
Answer Posted / manish jha
Triggers are automatic executable statement.
A stored procedure is a set of SQL commands that has been
compiled & stored on the database server.
Indexs hepls to execute queries fast.
| Is This Answer Correct ? | 20 Yes | 7 No |
Post New Answer View All Answers
How does php communicate with mysql?
What is mvcc in mysql?
Explain the difference between primary key and candidate key in mysql?
What is difference between mongodb and mysql?
What is database engine in mysql?
How to use sum function in where clause in mysql?
What mysql -u john -p command does?
How to check server status with 'mysqladmin'?
Write a command to view mysql database table structure?
What is a left join mysql?
What is the storage engine for mysql?
How do I change the max connections in mysql?
What is timestamp in mysql?
How do I disable mysql?
How do I create a database in mysql workbench?