Does mysql use tcp or udp?


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

Post New Answer

More MySQL Interview Questions

Is there an object-oriented version of MySQL library functions?

1 Answers  


What is the storage engine used for MySQL?

1 Answers  


How to upload a large file through phpmyadmin in mysql?

0 Answers  


How can a user get the current SQL version?

2 Answers  


What is a string in mysql?

0 Answers  






What is pdo connection?

0 Answers  


Is mysql from oracle?

0 Answers  


What is the use of ENUM in MySQL?

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  


What is memory table in mysql?

0 Answers  


What is meant by decimal (5,2)?

0 Answers  


How to create a test table in your mysql server?

0 Answers  


Categories