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
How large can a mysql database become?
Consider a scenario where you have to send an email to a client from the sql database. How do you think you can achieve this task?
What is max connections in mysql?
How to rename an existing column in a table?
What is query log in mysql?
How do I edit a table in mysql?
How to present a past time in hours, minutes and seconds?
How to declare variable in mysql trigger?
Does mysql automatically index foreign keys?
How does mysql store dates?
How do I start mysql in linux?
What is mysql server used for?
Write a query to create a database and a table?
Can you tell a way to know the number of days between the two given dates in php?
Explain what is mysql?