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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More MySQL Interview Questions

What command is used to delete the data from the table without deleting the table structure?

0 Answers  


How to delete an existing column in a table?

0 Answers  


How to delete the repeated records from a table?

0 Answers  


What is the query to display top 20 rows?

0 Answers  


How do I create a mysql database?

0 Answers  


I want to insert userid of a customer,order time,etc in a table called ordermaster with orderid as primary key.Same time the product codes and required quantities (a1,2 and a2 4 and so on)inserted in another table orderdetails with same orderid reference.How the code will be in JSP using MySQL?

0 Answers  


What is the difference between now() and current_date()?

0 Answers  


What is the size of mysql database?

0 Answers  


How do you rename a table?

0 Answers  


How many concurrent queries can mysql handle?

0 Answers  


What is pdo in mysql?

0 Answers  


SQL is not case sensitive. DELETE is the same as delete. State Whether True or False?

0 Answers  


Categories