What are the different tables present in MySQL?


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

Post New Answer

More MySQL Interview Questions

What is mysqli_select_db?

0 Answers  


How do you stop an access query?

0 Answers  


I have a table like this tblData (month int,Qty int) and i am inserting three rows in this table 1.tblData Values (1,100) 2.tblData Values (2,200) 3.tblData Values (3,300) The Result I want is the Running total of the field Qty that is 1 100 100 2 200 300 3 300 600 What is the Query for that ?

4 Answers  


What is memory table?

0 Answers  


What is pdo in mysql?

0 Answers  






How do I restore a mysql database?

0 Answers  


How do I stop a query in mysql workbench?

0 Answers  


What is difference between oracle sql and mysql?

0 Answers  


How to Recover a MySQL root password. Stop the MySQL server process. Start again with no grant tables. Login to MySQL as root. Set new password. Exit MySQL and restart MySQL server.

0 Answers  


What is difference between mysql and mysql workbench?

0 Answers  


date funciton

2 Answers  


How can we find out which auto increment was assigned on Last insert?

0 Answers  


Categories