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?.



Is it possible to update a table value with out using update command?. if yes what is the reason, ..

Answer / 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

More MySQL Interview Questions

Explain the different types of constraints?

0 Answers  


How do I optimize a selected query in mysql?

0 Answers  


Explain the difference between mysql and mysql interfaces in php?

0 Answers  


What are the objects can be created using CREATE statement?

0 Answers  


What is the difference between float and double?

0 Answers  






What is deterministic in mysql?

0 Answers  


how to dump all databases for backup. Backup file is sql commands to recreate all db's.

0 Answers  


The table tbl_sites contains the following data: ----------------------------------------------------- Userid sitename country ------------------------------------------------------ 1 sureshbabu indian 2 PHPprogrammer andhra 3 PHP.net usa 4 PHPtalk.com germany 5 MySQL.com usa 6 sureshbabu canada 7 PHPbuddy.com pakistan 8. PHPtalk.com austria 9. PHPfreaks.com sourthafrica 10. PHPsupport.net russia 11. sureshbabu australia 12. sureshbabu nepal 13. PHPtalk.com italy Write a select query that will displayed the duplicated site name and how many times it is duplicated?

4 Answers   Afixi, GE,


What are the differences between mysql vs sql server?

0 Answers  


What is 'mysqldump'?

0 Answers  


How do stored procedures work?

0 Answers  


How to drop an existing index in mysql?

0 Answers  


Categories