What are stored procedures in mysql?



What are stored procedures in mysql?..

Answer / Sudanshu Pandey

Stored procedures are precompiled collections of SQL statements and optional control-of-flow logic, which can be called repeatedly with various parameters. MySQL supports the creation and use of stored procedures, but it doesn't have built-in support for complex control structures like PL/SQL.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Are sql database names case sensitive?

1 Answers  


How to get the procedure's, function's name from a package if it is wrapped(both spec & body).

2 Answers  


What is difference between select statement and cursor

3 Answers   JDA,


How can check sql version from command line?

1 Answers  


What is clustered index in sql?

1 Answers  


how do you login to mysql using unix shell? : Sql dba

1 Answers  


what is the difference between sql and t-sql? : Transact sql

1 Answers  


How do I remove sql plus from windows 10?

1 Answers  


What is the difference among union, minus and intersect?

1 Answers  


What is foreign key and example?

1 Answers  


Can we use loop in sql?

1 Answers  


What is a primary key example?

1 Answers  


Categories