Database Management System using Bash scripting with very simple GUI.. In this simple DBMS you will be able to do the following :
1- Create Database
2- Open DataBase
3- Drop Database
4- List Database
5- Exit
1- List All Tables
2- Open Certain Table
3- Drop Table
4- Back To DB Menu
5- Exit
1- Show table
2- Insert New Record
3- Delete Record
4- Update Certain Cell
5- Back to Tables Menu
6- Exit
If you are in Show table or List All Tables options .. to press Ok .. you need to press Tab first and then press Ok.
1- Enter (0) in the primary key field.
2- Enter dublicate primary key.
3- Insert DB name or Table name that you already exists (Ex: Two DBs with the same name).