This is a bash shell script that resembles a database management system where you can:
Create a database and populate its tables
Drop the database and the tables
Select data from the tables
Update data in the table
Delete data from the table
Insert data into the table