Introduction
We create databases to store and organize data. We select a database to tell the system which data we want to work with.
When starting a new project and you need a place to store data.
When you want to organize data into separate groups for different purposes.
When you want to switch between different sets of data in your system.
When you want to prepare your system to add tables and data.
When you want to make sure you are working with the right data before running queries.