How can I create table in mysql?


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

Post New Answer

More MySQL Interview Questions

What data type is money?

0 Answers  


how to know the tables in database having foreign key?

2 Answers  


Do you need a license for mysql?

0 Answers  


What is difference between microsoft sql and mysql?

0 Answers  


Is microsoft sql same as mysql?

0 Answers  


what do you mean by longblob Data type in MySql?

3 Answers  


How do stored procedures work?

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  


Write a query to display current date and time?

0 Answers  


How do I assign a variable in mysql?

0 Answers  


Explain Normalization concept?

2 Answers   Inuva,


What is delimiter in mysql trigger?

0 Answers  


Categories