What is difference between mysql mysqli and pdo?


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

Post New Answer

More MySQL Interview Questions

How do I delete a table in mysql workbench?

0 Answers  


what is the default port for mysql server? : Mysql dba

0 Answers  


How do I delete a mysql user?

0 Answers  


What is pdo :: fetch_assoc?

0 Answers  


Explain multi-version concurrency control in MySQL?

2 Answers  


In mysql, what is the default storage engine?

0 Answers  


How to create a trigger in mysql?

0 Answers  


How you can create a trigger 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  


What is clob datatype?

0 Answers  


How is myisam table stored?

0 Answers  


What are the types of queries?

0 Answers  


Categories