How do I update a variable in mysql?



How do I update a variable in mysql?..

Answer / Vandana Singh

In MySQL, you don't directly update variables like some scripting languages. Instead, you can use the SET command to modify values within tables.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How much does mysql enterprise cost?

1 Answers  


How much does mysql cost?

1 Answers  


If you are assigned a task, to find the information of procedures. What are the basic commands that you will use to do so?

1 Answers  


What is the maximum length of a table name, a database name, or a field name in MySQL?

4 Answers  


Can we write procedure in mysql?

1 Answers  


How do I add a column to a table in mysql?

1 Answers  


What are the non-standard sql commands supported by 'mysql'?

1 Answers  


1.how to fetch a value and Execute store procudure in mysql(INNODB) using phpMyAdmin? 2.can i wright a package in mysql database(INNODB)?

1 Answers  


How do I change the max connections in mysql?

1 Answers  


How many tables will create when we create table, what are they?

5 Answers  


How to escape special characters in sql statements?

1 Answers  


How will you export tables as an xml file in mysql?

1 Answers  


Categories