adspace
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
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
define sql insert statement ? : Sql dba
How do I remove duplicates in two columns?
what are aggregate and scalar functions? : Sql dba
Can we rollback truncate?
what is sql server agent? : Sql dba
Do we need to rebuild index after truncate?
Does group by remove duplicates?
what is dbms? : Sql dba
what is schema? : Sql dba
what are the advantages of sql ? : Sql dba
Is primary key always clustered index?
Can delete statement be rollbacked?
what are all the common sql function? : Sql dba
Is primary key clustered index?