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 |
Can we insert data in view?
How do you take the union of two tables in sql?
Is pl sql different from sql?
What is the primary use of normalization?
How can triggers be used for the table auditing?
How can you get sql*loader to commit only at the end of the load file? : aql loader
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
What are functions in sql?
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?
How many levels can subqueries be nested in a FROM clause?
what is a database lock ? : Sql dba
select top 3 sal from each dept?
17 Answers IBM, TCS,
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)