The CREATE DATABASE statement is used to create a new SQL database.
Which command is used to create or open an existing database?
In SQLite, sqlite3 command is used to create a new SQLite database. You do not need to have any special privilege to create a database.
Which command is used to create a database user?
You can create a database user by using SQL Server Management Studio or by using Transact-SQL.