create database employee;
You can check to see that this statement worked by executing the command
show databases;
You should now see the employee database listed among the databases in the system.
We now have an empty database, waiting for some tables to be created.
No comments:
Post a Comment