Can I use mariadb instead of mysql?


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

Post New Answer

More MySQL Interview Questions

all the queries used in sql

0 Answers   TCS,


What is a mysql view?

0 Answers  


What is mysql in dbms?

0 Answers  


Give string types available for column?

0 Answers  


How do you insert a table?

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 the difference between mysql_fetch_array() and ysql_fetch_object() ?

0 Answers  


How do I tune a mysql query?

0 Answers  


How to print message in mysql trigger?

0 Answers  


How do I copy an entire mysql database?

0 Answers  


Why to use char instead of varchar in the database?

0 Answers  


How MySQL Optimizes DISTINCT?

0 Answers  


Categories