show databases will show you the available databases which are available to be used.
mysql> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | ricardohDB | | test | +--------------------+ 3 rows in set (0.00 sec)
In my example i have three databases that are available to be selected from. Why would you want to select a database in the first Place? well databases hold inside of them something called tables! and MySQL can hold multiple databases which means you can have multiple tables Awesome Right?
I always had a passion for the field of STEM (Science, Technology, Engineering, and Math) and I knew I wanted to do something to make a difference in the world. I just didn’t know where to start. I was an immigrant in a new country, grew up in a tough environment, and wasn’t sure how… Read More