The Project aim to develop DBMS, that will enable users to store and retrieve the data from Hard-disk.
The application provides the user this Main Menu items:
- Create Database
- List Databases
- Connect To Databases
- Drop Database
There will be new Screen with this Menu:
- Create Table
- List Tables
- Drop Table
- Insert into Table
- Select From Table
- Delete From Table
- Update Table
- The Database stores as Directory on
AHDB
Directory related to the Current Script File - The Select of Rows displayed in screen/terminal in an Accepted/Good Format
- When creating tables the user must specify columns type. The system checks on them in both insert and update
- When creating tables the user can specify primary key for a column. The system checks for it in the insert into table
- Ayman KheirEldeen
- Ahmed Hafez