How do you rename a procedure in mysql?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More MySQL Interview Questions

What port is mysql running on?

0 Answers  


What is the difference between mysql_fetch_array() and ysql_fetch_object() ?

0 Answers  


How to insert dynamic values in mysql using php?

0 Answers  


What is difference between group by and order by clause?

0 Answers  


How to rename an existing table in mysql?

0 Answers  






How is oracle different from mysql?

0 Answers  


I have a table like this tblData (month int,Qty int) and i am inserting three rows in this table 1.tblData Values (1,100) 2.tblData Values (2,200) 3.tblData Values (3,300) The Result I want is the Running total of the field Qty that is 1 100 100 2 200 300 3 300 600 What is the Query for that ?

4 Answers  


How to create trigger in mysql workbench?

0 Answers  


Can we store videos in mysql database?

0 Answers  


What is trigger in mysql?

0 Answers  


What are the differences between char and nchar?

0 Answers  


What are the column comparisons operators?

0 Answers  


Categories