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 A BI Ap;plication?
What is diff b/w MYISAM and INNODB storage engine. and also define the benifits and drawbacks of both storage engine
Can I use mysql for free?
How to convert numeric values to character strings?
How many services is running in sql server?
what is the difrence between sql and pl/sql
Why mysql is open source?
Explain data type TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP .
Can't connect mysql server on localhost?
How to create a table?
What are the different column comparison operators in mysql?
Explain about reporting services of MYSQL?