0% found this document useful (0 votes)
99 views

DBMS Case Study & Project

This document outlines the requirements and structure for a database management system (DBMS) project. It discusses choosing a visual programming language to implement CRUD operations on a RDBMS. The project proposal should define the title, description, and team members. The midterm report must include an ER diagram, normalization, and data dictionary. The final report expands on this with a flowchart, testing details, and screenshots in an appendix. The goal is a basic DBMS implementation within a 2 week timeframe.

Uploaded by

Dhiraj Jha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
99 views

DBMS Case Study & Project

This document outlines the requirements and structure for a database management system (DBMS) project. It discusses choosing a visual programming language to implement CRUD operations on a RDBMS. The project proposal should define the title, description, and team members. The midterm report must include an ER diagram, normalization, and data dictionary. The final report expands on this with a flowchart, testing details, and screenshots in an appendix. The goal is a basic DBMS implementation within a 2 week timeframe.

Uploaded by

Dhiraj Jha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Er.

Dhiraj Kumar Jha


[email protected]
 Chapter 1 Installation
 Chapter 2 DCL statements (User Creation and Login/Logout)
 Chapter 3 DDL statements
 Chapter 4 DML statements
 Chapter 5 TCL Statements
 Chapter 6 Creating, Accessing and Deleting Views
 The main target of this project is to implement any RDBMS with some visual
Programming Language.
 This can be achieved by minimum of CRUD operation .
 Implementing PHP with any RDBMS is preferred because that will help to cover in-
depth knowledge of Web Tech II
 Otherwise, there are no restriction to any programming language.
 The project proposal should contain the abstract form of project title along with
description in about 2 to 3 Paragraphs.
 It should contain the group member names as well with indication of the team lead.
 Time 2 working days.
 You should defend your project title with minimum of 3 to 4 slides indicating what
you are attempting to do.
 If needed, your title will be corrected and steps to complete the project will be
discussed in more elaborated form.
 Considering the current situation, this project should not take more than 2 weeks.
 Therefore, objectives should be set such that it can be achieved within this
timeframe.
 https://www.upgrad.com/blog/dbms-project-ideas-for-beginners/
 https://www.codingparks.com/database-project-ideas/
 https://cs.wmich.edu/gupta/teaching/cs4430/cs4430SummII19web/lectureNotesC
S4430/Top%2018%20Database%20Projects%20Ideas%20for%20Students%20Lov
elycoding_org.pdf

 These are just the references, ideas from anywhere else can be taken as well.
 You can also simulate any existing system or sub-system from a system.
 The mid term report should contain
 Cover Page
 Acknowledgements
 Table of Contents
 Introduction
 This section should contain the background scenario.
 System Analysis
 ER diagram and its explanation of relationships
 System Design
 Normalization up to BCNF
 Relational Model
 Data Dictionary
 The final report should contain
 Cover Page
 Acknowledgements
 Table of Contents
 Introduction
 This section should contain the background scenario.
 System Analysis
 ER diagram and its explanation of relationships
 System Design
 System Flowchart
 Normalization up to BCNF
 Relational Model
 Data Dictionary
 Implementation and Testing
 Programming Language Used
 IDE used
 Appendix
 Snapshots

You might also like