Cs Project Sidhant
Cs Project Sidhant
PRAGARY VIHAR
PROJECT FILE
BANK MANAGEMENT WITH SQL
Submitted By:
NAME: SIDHANT
CLASS: 12 A
ROLL NO:18
CERTIFICATE
This is to certify that the Computer Science (083) Project File has
been successfully completed by SIDHANT
(Roll No:18) of Class XII,KENDRIYA VIDYALAYA, PRAGATI VIHAR
School for consideration in partial fulfilment of curriculum of Central
Board of Secondary Education (CBSE) of Computer Science (083) for the
award of AISSCE Practical Examination 2024-25
I certify that this project report is up to my expectation and as per
the guidelines issued by the CBSE.
passwd='1234',
host='localhost',
database='PROJECT')
d=con.cursor()
print ("*"*65)
print ("*"*65)
acc=11
while True:
2-->Money Withdrawal\n
3-->Cash Deposit\n
4-->Account Statement\n
5-->Update Account\n
acc =acc+1
d.execute(query)
con. commit ()
cursor. execute(query)
data=cursor. fetchone ()
if cursor.rowcount>0:
print ('='*65)
else:
if choice==6:
break
OUTPUT:
********************************************
Bank Management System
********************************************