What is database url for mysql?


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

Post New Answer

More MySQL Interview Questions

What is 'mysqld'?

0 Answers  


What is mysql installer?

0 Answers  


How can you increase the performance of mysql select query?

0 Answers  


How to define numeric 9(3) in db2 table without decimal point??

0 Answers  


How do I install mysql on windows 7?

0 Answers  






Is number a datatype in mysql?

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  


How can I create database in mysql?

0 Answers  


In mysql, what is the default storage engine?

0 Answers  


What is heap table?

0 Answers  


how to repair a table in mysql?

2 Answers  


How many rows we can insert in a mysql table?

0 Answers  


Categories