How do I rename a procedure?



How do I rename a procedure?..

Answer / Akash Deep

To rename a stored procedure in MySQL, you use the RENAME PROCEDURE statement. Here is an example:n`nRENAME PROCEDURE oldProcedure TO newProcedure;n`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What are CSV tables?

1 Answers  


Is mysqli faster than mysql?

1 Answers  


What is a heap table?

1 Answers  


Transactions are used to treat sets of SQL statements atomically. State Whether True or False?

1 Answers  


Can we rollback truncate 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,


Have you ever used MySQL Administrator and MySQL Query Browser? Describe the tasks you accomplished with these tools?

1 Answers   TCS,


Tell us something about heap tables?

1 Answers  


what if you really want to store the timestamp data, such as the publication date of the article?

2 Answers  


How do I install mysql workbench?

1 Answers  


How to rename an existing table in mysql?

1 Answers  


What is MySQL Stored Procedure?

1 Answers  


Categories