What are the types of index?


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

Post New Answer

More MySQL Interview Questions

How can we know the number of days between two given dates using MySQL?

2 Answers   Base2 Infotech, Webworks,


What is the purpose of mysql database?

0 Answers  


What are the functions in mysql?

0 Answers  


What is the use of pdo?

0 Answers  


What happens if a table has one column defined as TIMESTAMP?

1 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  


Is sql similar to mysql?

0 Answers  


what is the procedure to configure the application of mysql?

0 Answers  


What is 1nf 2nf 3nf?

0 Answers  


How do you kill a long running query in mysql?

0 Answers  


Write a query to fetch common records between two tables using mysql?

0 Answers  


Is sqlite faster than mysql?

0 Answers  


Categories