Computer ClassXII
Computer ClassXII
PROJECT
BONAFIDE CERTIFICATE
TEACHER PRINCIPAL
ADITHYA.S.NAIR
CONTENTS
1. INTRODUCTION
3. THEORITICAL BACKGROUND
5. SYSTEM IMPLEMENTATION
7. USER MANUAL
8. BIBLIOGRAPHY / REFERENCES
INTRODUCTION
➢ What is Database?
➢ Introduction and Concepts:
• A database is a collection of information related to a
particular subject or purpose, such as tracking customer orders
or maintaining a product collection. Using any RDBMS
application software like MS SQL Server, MySQL, Oracle,
Sybase etc, you can manage all your information from a
single database file. Within the file, divide your data into
separate storage containers called tables. You may and retrieve
the data using queries.
• A table is a collection of data about a specific topic, such as
products or suppliers. Using a separate table for each topic
means you can store that data only once, which makes your
database more efficient and reduces data-entry errors. Table
organises data into columns (called fields) and rows (called
records).
• A Primary key is one or more fields whose value or values
uniquely identify each record in a table. In a relationship, a
primary key is used to refer to specific record in one table
from another table. A primary key is called foreign key when
it is referred to from another table.
• To find and retrieve just the data that meets conditions you
specify, including data from multiple tables, create a query. A
query can also update or delete multiple records at the same
time, and perform built-in or custom calculations on your
data.
➢ Role of RDBMS Application Program:
SYSTEM IMPLEMENTATION
➢ The Hardware used:
Following are the hardware specifications that is required to
develop this project is as follows:
1. Computer components like Monitor, Keyboard, Mouse,
CPU, Keyboard.
2. Minimum 1 GB ram for smooth working of application.
3. 250 GB Hard Disk or More. CD ROM Drive.
➢ The Software’s used:
• Front End- Python
• Back End- MySQL Workbench
• Text Editors- VS Code Editor
SYSTEM DESIGN & DEVELOPMENT
Tables:
In my awesome and amazing software of library
management, I have created a table to make the software user
friendly and to make it different from other. Table is shown
below:
SOURCE CODE – PYTHON
SOURCE CODE – MYSQL
➢ ADVANTAGES:
➢ HARDWARE REQUIREMENTS:
1. Computer or Laptop for Development of Project with
configuration i3 processor 8GB RAM and 500 GB HDD/ 250
SSD.2.
➢ SOFTWARE REQUIREMENTS:
4. PYTHON as frontend programming language with code
editor like IDLE
(1) http://www.mysql.org/