IT (402) Class X Project Work File On Inventory Control System (Session 2022-23)
IT (402) Class X Project Work File On Inventory Control System (Session 2022-23)
Acknowledgement
It gives me immense pleasure to present
this report file on the importance of
RDBMS. This project work is consist of
Open Office Base, which is a useful DBMS
and a part of Open Office Suite. In this
report file, a database file has been made
upon “Inventory Control System”.
ACHIEVEMENT
CERTIFICATE
This is to certify that Abhay Chaudhary,
Roll No. 25 of Assisi Convent School has
satisfactorily completed his project in
Information Technology (402) for the
session 2022-23.
Date
Subject Teacher _____________
INDEX
Introduction
Table Structure
Table Name: Item
FIELD NAME FIELD TYPE
Item_Code BIGINT (Primary Key)
Item_Name VARCHAR
Item_Description VARCHAR
Price DECIMAL
Stock Available NUMERIC
Item_Sold NUMERIC
Supplier_ID NUMERIC
Table 2 : Supplier
Table 3 : Transactions
Relationships among Tables
Query Using Wizard
Query With Selected Field Name