Vous êtes sur la page 1sur 13

INFORMATION SYSTEM FOR

MANAGERS
LIVE PROJECT ON
THE PEST-B-GONE EXTERMINATOR
SERVICE DATABASE

SUBMITTED TO: SUBMITTED BY:


PROF. VANDANA JANGID ARSALAN ASHRAF(17BSP0494)

AYUSH SINGHVI(17BSP0601)

CHITRA AGARWAL(17BSP0727)

JAYA MISHRA (17BSP1130)

MILIND (17BSP1529)

MOHIT RANA(17BSP1579)
ABOUT THE PROJECT
MICROSOFT ACCESS
Microsoft Access is a database management system (DBMS) from Microsoft that combines
the relational Microsoft Jet Database Engine with a graphical user interface and software-
development tools. It is a member of the Microsoft Office suite of applications, included in the
Professional and higher editions or sold separately.
Microsoft Access stores data in its own format based on the Access Jet Database Engine. It can
also import or link directly to data stored in other applications and databases.
Software developers, data architects and power users can use Microsoft Access to
develop application software. Like other Microsoft Office applications, Access is supported
by Visual Basic for Applications (VBA), an object-based programming language that can
reference a variety of objects including DAO (Data Access Objects), ActiveX Data Objects, and
many other ActiveX components. Visual objects used in forms and reports expose their methods
and properties in the VBA programming environment, and VBA code modules may declare and
call Windows operating system operations.

DATABASE MANAGEMNET SYSYTEM


DBMS A database management system is the software system that allows users to define, create
and maintain a database and provides controlled access to the data.
A Database Management System (DBMS) is basically a collection of programs that enables users
to store, modify, and extract information from a database as per the requirements. DBMS is an
intermediate layer between programs and the data. Programs access the DBMS, which then
accesses the data. There are different types of DBMS ranging from small systems that run on
personal computers to huge systems that run on mainframes. The following are main examples of
database applications:
• Computerized library systems
• Automated teller machines
• Flight reservation systems
• Computerized parts inventory systems
A database management system is a piece of software that provides services for accessing a
database, while maintaining all the required features of the data. Commercially available Database
management systems in the market are dbase, FoxPro, IMS and Oracle, MySQL, SQL Servers and
DB2 etc.
These systems allow users to create update, and extract information from their databases.
Compared to a manual filing system, the biggest advantages to a computerized database system
are speed, accuracy, and' accessibility.
Tables
Table Name: Bill

Table Name: Chemical


Table name: Customers

Table Name: Technician

Table Name: Joint


Queries
1st Query

SQL View

2nd Query
JOINING OF TABLES

SQL Vie

3rd Query
OR CONDITION

SQL View

4th Query
AND CONDITION

SQL View

5th Query
NOT CONDITION

SQL View

Output
Report
Report 2
Report 3
Report 4

Vous aimerez peut-être aussi