Simulating some queries of SQL using BASH scripts
A bash project that simulate the MySQL database and do the following: There is a main script called main.sh When A user run it the screen will be cleared and ask for the below entry and need to be selected by it’s number Each one will run a specific script.
- Create Database user.
- Delete Database User.
- Create new Database.
- Delete an existing Database.
- Create A new Table inside Database
- Insert A New Row in a Table
- Select Data from Table
- Update Data in the table