



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
An introduction to the petshop management system project, covering the backend software sql, the front-end software php, and the project report outline. It outlines the software and hardware requirements, the objectives of the project, and the implementation details including the er diagram. The document aims to serve as a comprehensive guide for developing a web-based interface for a petshop owner to manage their shop activities, including storing and managing information about pets, pet products, sales, and customers.
Typology: Study notes
1 / 7
This page cannot be seen from the preview
Don't miss anything!
Structure Query Language (SQL) is a programming language used for storing and
commercial language introduced for E.F Codd's Relational model. Today almost all RDBMS (MySQL, Oracle, Infomix, Sybase, MS Access) uses SQL as the standard database language.
to pertorm on a database are done with sQL statements. SQL defines following data
All DDL commands are auto-committed. That means it saves all the changes permanently in
Eg: create-To^ create^ new^ table^ or database, alter-^ For alteration, truncate^ - Delete^ data^ from
DML commands are not auto-committed. It means changes are not permanent to database, they can be rolled back. Eg: insert To insert a new row, update - To update existing row, delete - To delete a row, merge merging two rows or two tables 3.TCL: Transaction Control Language
These commands can annul changes made by other commands by rolling back to original state. It can also make changes permanent. Eg: commit to permanently save, rollback - to undo change, save point to save temporarily 4.DCL: Data Control Language Data control language provides command to grant and take back authority.
5.DQL: Data Query Language DQL is used to operate on queries. Eg: Select retrieve records from one or more table
The front end software used is PHP. PHP is an acronym for "PHP: Hypertext Preprocessor". PHP is a server scripting language, and a powerful tool for making dynamic
PHP code may be embedded into HTML or HTML5 makeup, or it can be used in combination with various web template systems, web content management systems and web frameworks. PHP code is usually processed by a PHP interpreter implemented as a module in the web server or as a Common Gateway Interface (CGI) executable. The web server software combines the results of the interpreted and executed PHP code, which may be any
project report outline details are specified
The basic software requirements and hardware requirements to do this project are mentioned. CHAPTER 3: OBJECTIVE OF PROJECT
The implementation parts for developing the project are explained step wise briefly.
CHAPTER 2 REQUIREMENT SPECIFICATION
Tools (^) :PHP, (^) Xampp (^) Server 3.2.
Processor Intel@ Celeron@ CPU N3060 @1.60GHz RAM 4.00^ GB Hard Disk I TB
Output device (^) :Monitorscreen
CHAPTER 3
OBJECTIVE OF THE PROJECT
The objectives of the project is to provide web based interface to a petshop owner to manages his petshop activities.
To provide an option for storing and managing the basic information about pets and pet products in the shop.
To provide an option for storing and managing the sales details of the shop. (^) 5/
To track the information about sold pets and products to a customer.
helght Det categ0ry noise
weight breed cOst type
animais ma es
r PP_name pP_ype COst
petproducts CUStomer (^) N phone nciuoes
= (^) sales_detals (^) OIOprooucts S_minit csname (^) 0ate quantty total
Fig.no 4.1: ER DIAGRAM OF PETSHOP MANAGEMENT SYSTEM