Vous êtes sur la page 1sur 4

ABSTRACT

The project is done for the management of Art Gallery Database. This project is insight
into the design and implementation of a gallery management. This is done by creating a
database of the available details in the Art Gallery. The primary aim of Art Gallery Database
system is to improve accuracy and efficiency of tracking and keeping details of art in the art
gallery. The aim is to develop software for the effective management of an art gallery. The
software is developed for ensuring an effective way of providing statistics of the art in stock.
The database is then connected to the main program by using inter-connection of the Wamp
server and the database already created. Art Gallery Database system is useful to maintain
correct database by providing an option to update the art in stock. Art Gallery Database system
is used to manage most art related activities like exhibitions, etc in the gallery.

i
ACKNOWLEDGEMENT

The satisfaction and euphoria that accompany the successful completion of any task
would be incomplete without the mention of the people who made it possible and whose
constant encouragement and guidance crowned our efforts with success.

I consider myself proud to be a part of Global Academy of Technology family, the


institution which stood by our way in all endeavours.

I express my deep and sincere thanks to our Principal Dr. N. Rana Pratap Reddy for
his support.

I am grateful to Dr. Kavitha C, Professor and HOD, Dept. of CSE who is the source
of inspiration and of invaluable help in channelizing my efforts in the right direction.

I wish to thank my internal guide Mrs. Veena V Pattankar, Asst. Professor, Dept. of
CSE for guiding and correcting various documents of mine with attention and care. She has
taken lot of pain to go through the document and make necessary corrections as and when
needed.

I would like to thank the faculty members and supporting staff of the Department of
CSE, GAT for providing all the support for completing the Project work.

Finally, I am grateful to my parents and friends for their unconditional support and help
during my Project work.

SHWETHA K.J

ii
TABLE OF CONTENTS
SL NO. TITLE PAGE NO.
ABSTRACT i
LIST OF FIGURES iv
1. INTRODUCTION 1
1.1 INTRODUCTION TO SQL 1
1.2 INTRODUCTION TO FRONTEND SOFTWARE 2
1.3 PROJECT REPORT OUTLINE 3
2. REQUIREMENT SPECIFICATION 4
2.1 SOFTWARE REQUIREMENTS 4
2.2 HARDWARE REQUIREMENTS 4
3. OBJECTIVE OF THE PROJECT 5
4. IMPLEMENTATION 6
4.1 ER DIAGRAM 6
4.2 MAPPING OF ER DIAGRAM TO SCHEMA DIAGRAM 8
4.3 NORMALIZE THE RELATIONS 13
4.4 CREATION OF TABLES 14
4.5 INSERTION OF TUPLES 16
4.6 CREATION OF TRIGGERS 19
4.7 CREATION OF STORED PROCEDURES 19
5. FRONT END DESIGN 20
5.1 SYSTEM DESIGN 20
5.2 CONNECTIVITY TO DATABASE 20
5.3 FRONT END CODE 21
6. TESTING 28
6.1 TESTING PROCESS 28
6.2 TESTING OBJECTIVES 28
6.3 TEST CASES 29
30
7. RESULTS
7.1 SNAPSHOTS 30
CONCLUSION 36
REFERENCES

iii
LIST OF FIGURES

Figure No. Title Page No.

4.1 ER Diagram 11

4.2 Mapping of ER Diagram to Schema Diagram 16

7.1 Snapshots 34

7.1.1 Snapshot: Art gallery database layout 34

7.1.2 Snapshot: Selection page front end 34

7.1.3 Snapshot: Insertion from front end 35

7.1.4 Snapshot: Deletion from front end 35

7.1.5 Snapshot: Searching from front end Front end 36

7.1.6 Snapshot: Creating table from backend and displaying them 37

7.1.7 Snapshot: Insertion of tuples from backend and displaying them 38

7.1.8 Snapshot: Trigger creation and display 38

7.1.9 Snapshot: Stored procedure backend and front end 39

iv

Vous aimerez peut-être aussi