How do I create a new database in mysql?



How do I create a new database in mysql?..

Answer / Amardeep

To create a new database in MySQL, use the `CREATE DATABASE` command followed by the desired database name. For example: `CREATE DATABASE <database_name>;`.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

Write a query to display even rows in student table using mysql?

1 Answers  


What is mysql and how it works?

1 Answers  


What is the date format in mysql?

1 Answers  


How can you change the password of a mysql user?

1 Answers  


How to enter boolean values in sql statements?

1 Answers  


How do you control the max size of a HEAP table?

1 Answers  


What is text in mysql?

1 Answers  


How do you rename a table in mysql?

1 Answers  


In mysql, what is the default storage engine?

1 Answers  


How do I install mysql workbench?

1 Answers  


How to connect html form to mysql database using php?

1 Answers  


Differentiate between FLOAT and DOUBLE?

1 Answers  


Categories