What is procedures in mysql?



What is procedures in mysql?..

Answer / Mohd Wamick

Procedures in MySQL are a set of SQL commands stored together as a unit. They can accept input parameters, perform calculations or operations, and return output values. Procedures can improve performance by reducing the number of executed statements.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is mysql uuid?

1 Answers  


Explain the difference between MyISAM Static and MyISAM Dynamic?

1 Answers  


What is mysql data directory? How to determine the location of the data directory?

1 Answers  


What is the current version of mysql?

1 Answers  


Can not connect to mysql server 10060?

1 Answers  


What is acid in mysql?

1 Answers  


How do I delete a mysql user?

1 Answers  


How to create table with same structure of student table in mysql?

1 Answers  


How can I compare two mysql databases?

1 Answers  


Why MySQL is used?

1 Answers  


How do I setup mysql?

1 Answers  


What is 'mysqlshow'?

1 Answers  


Categories