How do I create a sql database?



How do I create a sql database?..

Answer / Priyal Gupta

To create an SQL database, you can use SQL commands such as CREATE DATABASE. Here's an example using MySQL:nCREATE DATABASE myDatabase;nTo create the database in SQL Server, you can use:nCREATE DATABASE myDatabase;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Can we insert data in view?

1 Answers  


How do you take the union of two tables in sql?

1 Answers  


Is pl sql different from sql?

1 Answers  


What is the primary use of normalization?

1 Answers  


How can triggers be used for the table auditing?

1 Answers  


How can you get sql*loader to commit only at the end of the load file? : aql loader

1 Answers  


what are the system privileges that are required by a schema owner (user) to create a trigger on a table?

1 Answers  


What are functions in sql?

1 Answers  


there is A table and B table in A table there 5 rows and in b table there are 2 rows i am firing query select * from a,b what will be the output?

7 Answers   Cognizant,


How many levels can subqueries be nested in a FROM clause?

7 Answers  


what is a database lock ? : Sql dba

1 Answers  


select top 3 sal from each dept?

17 Answers   IBM, TCS,


Categories