Program to DELETE the Record in the table Item:
ItemNo – integer , Name –string , Price – integer ,Qty – integer
Note the following to establish connectivity between Python and MYSQL:
Username is root Password is beeta and database named RESOURCE.
Accept the price from the user and delete those items whose price is more than accepted price from user.
#education #computerscience #tutorial #computers #python #pythonprogramming #pythontutorial #pythonforbeginners #pythonbeginner