ITI Database Administration Track - Bash Shell Script Project
The Project aim to develop DBMS, that will enable users to store and retrieve the data from Hard-disk.
The Project Features: the Application will be CLI Menu based app, that will provide to user this Main Menu items:
- Create Database
- List Databases
- Connect To Databases
- Drop Database
Up on user Connect to Specific Database, there will be new Screen with this Menu:
- Create Table
- List Tables
- Drop Table
- Insert into Table
- Select From Table
- Delete From Table
The Bonus:
- Make the App to accept SQL Code Instead of Above Menu Based
- Keep track of Data Types (Digits or Strings) of Column and Validated user input based on it
- Update the Row Values Separately
Team Members: Ahmed Habeeb, Moustafa Hassan
Under the supervision of: ENG. Aya Hassan, Teaching Assistant - Information Technology Institute.