What does do in mysql?



What does do in mysql?..

Answer / Vijendra Pratap Singh

In MySQL, 'DO' is a syntax used to execute stored functions, procedures, or triggers. For example: CALL some_function() DO executes a stored function named 'some_function'.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

I have two sql database at different PC.how can link b/w database and database tables.

2 Answers  


What is mysql cursor?

1 Answers  


How do I start mysql client?

1 Answers  


Write a command to view mysql database table structure?

1 Answers  


What is insert query in mysql?

1 Answers  


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

1 Answers   TCS,


How can I remotely connect to mysql database?

1 Answers  


can you tell how can you display the maximum salary in sql? : Mysql dba

1 Answers  


What is mysql workbench used for?

1 Answers  


What is dirty read and phantom read?

1 Answers  


What is mysqli_select_db?

1 Answers  


What is RMS Migrations

1 Answers   Steria,


Categories