0% found this document useful (0 votes)
30 views11 pages

Acknowledgement: Mrs. Navita Saini

Uploaded by

ankitindora9
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views11 pages

Acknowledgement: Mrs. Navita Saini

Uploaded by

ankitindora9
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

Acknowledgement

It is with pleasure that I acknowledge my sincere gratitude to our teacher,


Mrs. Navita Saini, who undertook the responsibility of teaching computer
science. I have greatly benefited from her classes. My project has been
successful only because of her able guidance and support.
Finally, I would like to express my sincere appreciation for all the other
students in my batch for their friendship and the fine time we shared
together.
This project was created by students Prerak and Yash rohilla.
Certificate

This is to Certify that Yash Rohilla student of class XII –A, Tulips
International School has completed his COMPUTER SCIENCE
PROJECT on the topic ‘’under the guidance of C.S Teacher Mrs. NAVITA
SAINI for the academic year 2024-25.

I certify that this Project up to my expectations & as per the guidelines


issued by CBSE, NEW DELHI

Internal Examiner External Examiner


Signature Signature
Introduction
The project is designed to keep records in a GYM.A table named Log_in
in MySQL stores information about user login IDs and passwords.

Another table named Customer_table in MySQL stores information


about customers name, fees,phone number and weight.

Administrator of the project can enter add a new employee, new


customers name, display all available employee and customers details;
And the user can modify and delete records in the tables.
Files Imported In This Project
1.Import MySQL connector for database connectivity

Functions Used In This Project


1. connect()- for database and table creation.
2. cursor()- To execute MySQL queries.
3. execute()- to run SQL commands on a database, such as
creating tables or inserting records.
4. commit()- To execute(commit) current transaction.
5. fetchall()- To fetch all the row.
Content
1. Introduction
2. Imported files and functions in python
3. Source Code
4. Database and Table Description
5. Output
6. Bibliography
Source Code
-Database and Table Initialization Script

-Data Insertion Script for Fitness Database


Database and Table Descrtption
Database and the tables-

Description of the table “Log_in”

Description of the table “customer_table”


Output
Bibliography
 Computer Science with python– Sumita Arora
 www.mysql.com
 www.python.org
T U L I P S
INTERNATIONAL SCHOOL

REPORT FILE
FOR THIS SUBJECT OF COMPUTER SCIENCE (083)
AS A PART OF CBSE CURRICULUM
SESSION 2024-2025

SUBMITTED TO : SUBMITTED BY :

Ms. Navita Saini Yash Rohilla

PGT Computer science XII-A

B.roll no-
T U L I P S
INTERNATIONAL SCHOOL

PROJECT FILE
FOR THIS SUBJECT OF COMPUTER SCIENCE (083)
AS A PART OF CBSE CURRICULUM
SESSION 2024-2025

SUBMITTED TO : SUBMITTED BY :

Ms. Navita Saini Yash Rohilla


PGT Computer science XII-A
B.Roll no-

You might also like