Is it possible to update a table value with out using update
command?. if yes what is the reason, if no what is the
reason?.
Answer Posted / bhawana
NO,it is impossible to update the table without using update
command,Because update command is used only for update the table
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What do we use to remove duplicate records while fetching a data in mysql ?
Is mysql frontend or backend?
How to enable or disable a row of a table using MySQL in struts?
Consider you have a composite index of three columns. Now, you have to provide the value of two columns in the where clause of a select query. Do you think index can be used for the operation?
What data type is money?
What is index length in mysql?
What is dump in mysql?
What are the differences between innodb and myisam engines?
What is mysql primary key?
Explain timestamp?
How do I create a mysql database?
Is mysql good for large database?
What is the limitation of mysql?
How do I add a column to a table in mysql?
How do I get a list of table names in mysql?