Create a database to store your data.
Syntax :
CREATE DATABASE <database_name>
EXAMPLE:
CREATE DATABASE Airlines
write this command in query window and press F5 key to execute the statement.
Result:
Command(s) completed successfully.
Now your database hes been created.
No comments:
Post a Comment