Skip to content

Console based Database Management System using JAVA that perform user authentication, DDL and DML queries.

Notifications You must be signed in to change notification settings

mudraverma65/ConsoleDBMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database Management System using JAVA

This is a prototype of a light-weight Database Management System using Java. The application is console based and accepts user input in the form of a SQL query.

FEATURES

  1. User Authentication: The application implements a two-factor authentication system using ID, Password, and security questions/answers.
  2. Database Management: Supports SQL queries (DDL & DML) for creating, selecting, inserting, updating, and deleting data in the database.
  3. SOLID Design: The application adheres to SOLID design principles for maintainability and scalability.

This was developed as Assignment 1 for CSCI 5408.

About

Console based Database Management System using JAVA that perform user authentication, DDL and DML queries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages