adspace


How do I create a sql database?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me

2092


define sql insert statement ? : Sql dba

1098


How do I remove duplicates in two columns?

1188


what are aggregate and scalar functions? : Sql dba

1129


Can we rollback truncate?

1074


what is sql server agent? : Sql dba

1182


Do we need to rebuild index after truncate?

1141


Does group by remove duplicates?

1112


what is dbms? : Sql dba

1061


what is schema? : Sql dba

1151


what are the advantages of sql ? : Sql dba

1144


Is primary key always clustered index?

1096


Can delete statement be rollbacked?

1056


what are all the common sql function? : Sql dba

1131


Is primary key clustered index?

1020