Using A Database
Before we can start doing queries on a database, we have to use it aka switch to it.
use employees;
Once we've used the database, we can start executing commands and queries.
Before we can start doing queries on a database, we have to use it aka switch to it.
use employees;
Once we've used the database, we can start executing commands and queries.