Video Demo: https://youtu.be/-lEN98x4R7I
Description:
CS50 Final Project - DataBase Management System using Bash Shell Scripting and the unix Filesystem
git clone git@github.com:abdallahashraf22/DBMS_in_Bash_Script_Project.git
cd DBMS-Project/
chmod +x *
./main.sh
1. Create table
2. List tables
3. Drop table
4. Insert into table
5. Select from table
1. Select All Columns
2. Select SPecific Columns
3. Select Columns under a Condition
6. Delete from table
7. Update table