You are on page 1of 11

INDIAN CENTRAL

SCHOOL
DEPARTMENT OF COMPUTER

BONAFIDE
CERTIFICATE
This is to certify that all these practical are done
by

of Class 12th in Indian Central School during the year 2015-16.

Vineet Kumar
P. G. T in Informatics
Indian Central School
Kuwait

Submitted for ALL INDIAN SENIOR SECONDARY


EXAMINATION IN
Informatics Practices at Indian Central School, Kuwait

External Examiner
Date ___________

ACKNOWLEDGEMENT

It is with great pleasure that I find


myself penning down these lines to
express my sincere thanks to various
people who have helped me along the
way in completing this project.
The harmonious climate in our school
provided proper academic settings. It
was a privilege to have been guided
by Mr. Vineet Kumar.
Special thanks to my parents who
helped me during the development of
this project with their advice. Without
the support extended by my friends
this project would not have attained
its present form moreover I would like
to thank God for His Grace.
VISHAK SANAL

Class 12th B

DATABASE AND JAVA THEORY


DATABASE:
It is a collection of interrelated data to serve multiple
applications.
DBMS:

1.The software required for the management of


data is called as DBMS. It has three models.
a. Relational Model
b. Hierarchical Model
c. Network Model
a. RELATIONAL MODEL:

It is based on the concept of relation.


Relation is a table that consists of rows and
columns. The rows of the table are called
as tuple and columns of the table are called
as attribute number. Number of rows in the
table is called as cardinality. Number of
columns in a table is called as degree.
b. HIERARCHIAL MODEL:

In this type, we have multiple records for


each record.
parent record.

A particular record has one


No child record can exist

without a parent record. In this, the records


are organized in a tree like structure.
c. NETWORK MODEL:

In this, the data is represented by collection


of records and link or association represents
relationship among data.

CHARACTERISTICS OF DBMS
1. It reduces the redundancy.
DBMS, redundancy of data
avoided.

Through
can be

2. Reduction
of
data
consistency.
Inconsistency in data occurs when two
entries do not match.

3. Data Sharing. When different users


share the same data, it is said to be
sharing of data.
4. Data Security.
It is introduced by
producing relevant checks for the data.
5. Data
standardization.
Certain
standards have to be followed while
entering the date. These standards are
laid by companies or organization.

FRONT END (JAVA IDE)


Java

is

popular

third

generation

programming language and a platform like


other programming languages. It can be used
to

create

applications.

various
It

is

types
also

application development.

of
a

computer

platform

for

SOME KEY FEATURES:

1.

Write once run anywhere on different

platforms.
2.

Open source software.

3.

Platform independent

4.

Security

5.

Built in Graphics

6.

Object Oriented Language

7.

Supports multimedia

8.

Light weight code

BACK END (MYSQL)


MYSQL, is a RDBMS based on the concept of
relation.
Relation is a table that consists of rows and
columns.

The rows of a table are called

Tuples and the columns of the table are


called as Attributes.

It was developed b

Michael Widenius.
SOME KEY FEATURES:
1.Client server environment
2.MYSQL runs very fast
3.It has a high performance, relatively simple
database system
4.It is available free of cost
5.MYSQL understand standard based on SQL
6.It works on different platforms
7.It has wide range of databases
8.It provides security with user id and password

9.MYSQL can handle large databases


10.

The server can provide error message to

clients in MYSQL

THEORY OF PROJECT
The object is about Marketing Management
System with Java IDE as front and MYSQL as
back end. There are four forms in the project.
1.

Menu Form

2.

Supplier details

3.

Customer details

4.

About form

In the main menu form there are four radio


buttons. In these forms, we store the details
of the table.

STEPS TO DEVELOP THE PROJECT:


1.
Create two tables in MSQL like Supplier
and Customer tables.
2.
Insert rows in the table.
3.

Commit the data in the table.

4.

Design the menu form with four radio

buttons.
5.

Design the forms with various controls

like text fields, labels and buttons.


6.

Write the code for the various buttons.

7.

Connect Java with MYSQL using code.

8.

Run

the

options.

project

to

illustrate

various

You might also like