-
This is a DBMS project using Bash Script Implemented by @Mariam Soliman and @Rania Fahmy - ITI intake 43 - Q3 - DevOps Track
-
The Project aims to develop DBMS, enabling users to store and retrieve data from Hard-disk.
- The Application will be CLI Menu based app, that will provide to user with this Menu item:
- Create Database
- List Databases
- Connect To Databases
- Drop Database
- Create Table
- List Tables
- Drop Table
- Insert into Table
- Select From Table
- Delete From Table
- Update Table
- The Database will store as Directory on Current Script File.
- The Select of Rows displayed in screen/terminal in an Accepted/Good Format.
- We are asking about columns datatypes in create table and check on them in both insert and update.
- We are asking about the primary key in creating a table and check for it in the insert into table.