What are procedures in mysql?



What are procedures in mysql?..

Answer / Prashank Srivastava

"Procedures are a set of SQL statements that perform a specific task. They can accept parameters, return results, and be called as functions within other SQL statements"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What are the different mysql database engines?

1 Answers  


What storage engines are used in MySQL?

1 Answers  


What is striped backup

1 Answers   Cap Gemini,


how to repair a table in mysql?

2 Answers  


How can you make a database as your current database?

1 Answers  


How do we delete a row in a table?

1 Answers  


What is definer in mysql?

1 Answers  


What is Inner Joints and Outer Joints ? What is right outer joints,left outer joints,right inner joints , left inner joints ,

2 Answers   HP,


Can you tell the difference between mysql_fetch_object and mysql_fetch_array?

1 Answers  


How do I grant privileges to a user in mysql phpmyadmin?

1 Answers  


What is foreign key in mysql?

1 Answers  


how to display nth highest salary from a table in a mysql query? : Mysql dba

1 Answers  


Categories