There are lots of situations where you will want to create a database to store business data. It might be you need to record your assets or perhaps a list of customers or contacts. At first glance ...
Ever tried to learn SQL, the query language that lets you poke at the innards of databases? Most tutorials start by having you create your own database, fill it with nonsense, and then run queries ...