DBMS Report
DBMS Report
A STUDY ON
Certificate
This is to certify that ,
Sr. Enrollment Exam Seat
Roll No Full name of Student
No No No
1 106 Anup Sanjay Rajput 23610960274 279444
2 109 Tanush Motilal Rakhame 23610960276 379344
3 111 Sanskriti Nitin Thakre 23610960293 379347
4 121 Kaveri Devendra Pawar 23610960265 379172
5 123 Sanjivani Pravin Pawar 23610960267 379337
Seal of
Institute
Part A: Micro-Project Proposal
To learn some programming skill and gain knowledge of various concept related to Database
Management System
The methodology for Canteen Management System project, focusing on the use of DDL. (Data
Definition Language), DML (Data Manipulation Language), WHERE and SELECT statements:
1. Planning: First, plan what your system will do. Decide on the details like who will use it and what
it should accomplish.
2. Database Design: Create the structure for your database. Imagine it like making tables to
hold information about shop, customers, products and staff.
3. Building the System: Use SQL queries to build the actual Oracle database system. Make sure it
look like real coffee shop, keep records of customers, and show information
4. Testing: Check if everything works correctly. This is like trying out the system to make sure it
doesn't have errors.
5. Adding Data: Use DML commands to put data into your database. It's like filling in the tables
with actual information.
6. Filtering Data: Use WHERE and HAVING clauses to find specific data in your tables. For
example, you can use them to search for coffee with certain conditions or to see how many product are
left.
7. Getting Information: Use SELECT statements to get information from your database. This is
how you ask your system to show you things like Coffee records or product supplies.
4.0 Action Plan:
1. Database Management Skills: You'll gain hands-on experience in designing and managing
a database, which is a fundamental skill in many IT-related fields.
2. SQL Proficiency: Through the use of DDL, DML, WHERE, JOIN and SELECT statements, you'll
become proficient in SQL, which is a widely used language for managing and querying databases.
3. Problem Solving: As you encounter challenges in the project, you'll develop problem- solving skills
to find solutions and make the system work effectively.
4. Software Development: Building the system will improve your programming and
software development skills, helping you understand how to create practical applications.
5. Project Management: You'll learn project planning, organization, and time management,
important skills in any career.
6. Communication Skills: You'll need to interact with stakeholders, gather requirements, and
present your work, improving your communication skills.
7. Data Analysis: You'll gain skills in analyzing and interpreting data, particularly when using SQL
to retrieve and process information.
The scope for development is extensive, and it largely depends on the specific needs, resources,
and goals of the project stakeholders. Continued development can lead to an even more sophisticated
and effective Coffee Shop Management System.
Part B: Micro-Project Report
1:0 Rational:
Each and every organization like shopping mall, hospital, banking, institutes, industry needs to share
huge amount of data in effective manner. This course aims to develop skills in students to create, store,
modify, manage and extract information from a database. Database system can be used as a backend for
developing database applications.
To learn some programming skill and gain knowledge of various concept related to Database
Management System
Products
Prod.no
Quantity
provides
Salary
Opening.time
Cus.nam
Canteen.name Cante.type e
Cus.id
Price Prod.choice
Available.Canteen.at
paid
Bill.no
Pay.mode Payment
Pay.week
Total.amount
5.0 Actual Resources Used:
create Canteen
(
Canteen No number (3),
Canteen Name varchar2(10),
Branch varchar2(20), Location
varchar2(10), Opening Time
number(10), PRIMARY KEY
(Shop_No)
);
To work on SQL queries to executive various types of operations on database like using
Clauses WHERE, JOIN, ORDER BY, GROUP BY, and perform the operations on relational
database such as cross join, inner joins
To work effective on SQL database and perform respective operation using sql quries
Marks:
(A) Marks of group work (B) Marks of Group work: (C)Total Marks(A+B)=
Prof.R.M.Dhatrak
Lecturer in dept. of Computer Engineering
SSVPS B.S.Deore Polytechnic, Dhule.
Evaluation Sheet for the Micro Project
To work on SQL queries to executive various types of operations on database like using
Clauses WHERE, JOIN, ORDER BY, GROUP BY, and perform the operations on relational
database such as cross join, inner joins
To work effective on SQL database and perform respective operation using sql quries
Marks:
(A) Marks of group work (B) Marks of Group work: (C)Total Marks(A+B)=
Prof.R.M.Dhatrak
Lecturer in dept. of Computer Engineering
SSVPS B.S.Deore Polytechnic, Dhule.
Evaluation Sheet for the Micro Project
To work on SQL queries to executive various types of operations on database like using
Clauses WHERE, JOIN, ORDER BY, GROUP BY, and perform the operations on relational
database such as cross join, inner joins
To work effective on SQL database and perform respective operation using sql quries
Marks:
(A) Marks of group work (B) Marks of Group work: (C)Total Marks(A+B)=
Prof.R.M.Dhatrak
Lecturer in dept. of Computer Engineering
SSVPS B.S.Deore Polytechnic, Dhule.
Evaluation Sheet for the Micro Project
To work on SQL queries to executive various types of operations on database like using
Clauses WHERE, ORDER BY, GROUP BY, and perform the operations on relational
database such as cross join, inner joins
To work effective on SQL database and perform respective operation using sql quries
Marks:
(A) Marks of group work (B) Marks of Group work: (C)Total Marks(A+B)=
Prof.R.M.Dhatrak
Lecturer in dept. of Computer Engineering
SSVPS B.S.Deore Polytechnic, Dhule.
Evaluation Sheet for the Micro Project
To work effective on SQL database and perform respective operation using sql quries
Marks:
(A) Marks of group work (B) Marks of Group work: (C)Total Marks(A+B)=
Prof.R.M.Dhatrak
Lecturer in dept. of Computer Engineering
SSVPS B.S.Deore Polytechnic, Dhule.
Where Clause:
select *
from Coffeee
where Price>200;
Order By:
Select *
From Products
Order by Prod_Name ASC ;
select Cus_Name,shop_Name
from Customerr
cross join Shop;
CUS_NAME SHOP_NAME
Siddhesh Doze Cafe
ramesh Doze Cafe
Suraj Doze Cafe
Kamlesh Doze Cafe
Daksh Doze Cafe
Dakshat Doze Cafe
Samruddhi Doze Cafe
Saloni Doze Cafe
Kalpesh Doze Cafe
Shreya Doze Cafe