Visvesvaraya Technological University: Data Base Management System
Visvesvaraya Technological University: Data Base Management System
BELAGAVI-590018
A Mini-project report submitted in partial fulfilment of the requirements for Data Base Management
System Laboratory of Visvesvaraya Technological University, Belagavi
Submitted By:
HEMANTH KUMAR.M.C
(1BT17CS011)
NISHA.R
(1BT17CS026)
PREETHA.S
(1BT17CS029)
Prof. T JAYAKUMARI
Department of CSE
CERTIFICATE
Certified that the project work “FOOD ORDERING SYSTEM” carried out by HEMANTH
KUMAR.M.C (1BT17CS011), NISHA.R (1BT17CS026), PREETHA.S (1BT17CS029), are the
bonafide students of B.T.L INSTITUTE OF TECHNOLOGY AND MANAGEMENT in partial
fulfilment for the award of Bachelor of Technology in Computer Science and Engineering of
the Visvesvaraya Technological University, Belagavi during the year 2019-2020. It is certified
that all corrections/suggestions indicated have been incorporated in the report deposited in
the departmental library. The project report has been approved as it satisfies the academic
requirements in respect of the project work prescribed for the said degree.
EXTERNAL VIVA
Name of the Examiner Signature with date
1. _________________________________ _______________________
2. _________________________________ _______________________
ACKNOWLEDGEMENT
Firstly, We are grateful to this esteemed institution B.T.L INSTITUTE OF TECHNOLOGY AND
MANAGEMENT for providing me an opportunity to pursue our degree. We would like to express our
profound gratitude to the Computer Science and Engineering Department of our college for having
granted us permission and extended full use of their facilities to carry out this mini project.
We express our gratitude to Dr. Padmanaba S, Principal who has always been a great source of
inspiration.
We have a great pleasure in expressing our sincere gratitude to Dr. Panduranga Rao M V, Professor,
and Head of the Department, for providing the required facilities.
It gives us immense pleasure to thank DBMS Lab incharges for their valuable guidance and
encouragement, which helped us in making mini project a success.
We would like to express our warmest thanks to all the Lab Technicians for helping us in this
venture. Finally, We would like to express our sincere thanks to our family members and friends for
their in successful completion of this mini project.
[HEMANTH KUMAR.M.C]
1BT17CS011
[NISHA.R]
1BT17CS026
[PREETHA.S]
1BT17CS029
CONTENTS
CHAPTER 1 INTRODUCTION
1.1: DBMS
2.3.1 PHP
2.3.2 HTML
2.3.4 CSS
3.4: Guideline
CHAPTER 4 IMPLEMENTATION
4.1: Creation commands used with attributes
5.2: Screenshots
5.3: Conclusion
CHAPTER 1
INTRODUCTION
A database is simply an organized collection of related data, typically stored on disk, and accessible by possibly
many concurrent users. Databases are generally separated into application areas. For example, one database may contain
Human Resource (employee and payroll) data; another may contain sales data; another may contain accounting data; and
so on. Databases are managed by a DBMS.
A Database Management System (DBMS) is a set of programs that manages any number of databases.
Accessing data.
Inserting, Updating, and Deleting data.
Security.
Integrity, Facilitated by:
o Locking
o Logging
o Application-defined rules, including triggers
Supporting batch and on-line programs.
Facilitating backups and recoveries.
Optimizing performance.
Maximizing availability.
Maintaining the catalog and directory of database objects.
Managing the buffer pools.
Acting as an interface to other systems programs.
Supporting user interface packages, such as the popular SQL interface for relational database
system.
Types of DBMS:
i. Hierarchical
ii. Relational
iii. Network
Current popular database system includes Oracle, Sybase (same as Microsoft’s SQL Server but on a different platform),
IBM’s DB2, IMS, and SQL/DS; Ingres; Informix; and smaller, but reasonably powerful off-shell products such as dBase,
Access, Foxpro, Paradox, and dozens of other.
Object-oriented database systems are currently in development they allow us to model and manipulate complex data
structures and objects, and hence support many new applications, including CAD/CAM. As of 1996, object-oriented
databases represent a very small segment of the commercial market (perhaps 1%). It is interesting to not that some major
DBMS vendors are starting to support complex objects (such as images) in their relational product.
Characteristics of DBMS:
CATEGORY(categoryid, catname)
PRODUCT(productid, categoryid, productname, price, photo)
PURCHASE(purchaseid, customer, total, date_purchase)
PURCHASE_DETAIL(pdid, purchaseid, productid, quantity)
QUERIES:
The Project computerization of services in Food Ordering System is designed once and can be updated many
times. So, the burden of application maintenance is shortlisted by all the general guidelines. This software will be capable
of performing following tasks.