How many sql ddl commands are supported by 'mysql'?


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

Post New Answer

More MySQL Interview Questions

How many rows can mysql hold?

0 Answers  


What are programming functions?

0 Answers  


What is mysql database extension?

0 Answers  


What is pdo connection?

0 Answers  


write a command to view the content of the table

0 Answers  


What is longblob in mysql?

0 Answers  


explain GROUPBY & HAVING clause with examples.

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  


Explain about reporting services of MYSQL?

0 Answers  


Which is faster mongodb or mysql?

0 Answers  


Does mysql scale well?

0 Answers  


How to display top 50 rows?

0 Answers  


Categories