Answer Posted / shripad chandratre
INSERT INTO Backup_file SELECT * FROM file
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Consider you have the following three tables which have to be linked together.
How do I declare a variable in mysql?
Can we store images in mysql database?
What is a transaction? Describe mysql transaction properties.
What are the functions in mysql?
How do I get a list of table names in mysql?
What does do in mysql?
SQL is not case sensitive. DELETE is the same as delete. State Whether True or False?
how you will show all records not containing the name "sonia" and the phone number '9876543210' order by the phone_number field.
How can you retrieve a portion of any column value by using a select query?
Is Mysql query is case sensitive?
What is field in mysql?
How to change the database engine in mysql?
What are the purposes of using enum and set data types?
Can you tell the difference between $message and $$message?