Add 2 Question

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

29) Write a menu driven python code to add following tuples in database using

mysql connectivity and show result to the examiner


Consider the following table ITEMS & database as TRY

CODE INAME QTY PRICE COMPANY


1001 DIGITAL PAD 121 120 11000 XENITA
1006 LED SCREEN 40 70 38000 SANTORA

30) Write a python code to delete tuples from database as per given CODE using
mysql connectivity and show result to the examiner.
Consider the following table ITEMS & database as TRY

CODE INAME QTY PRICE COMPANY


1001 DIGITAL PAD 121 120 11000 XENITA
1006 LED SCREEN 40 70 38000 SANTORA
1004 CAR GPS SYSTEM 50 2150 GEOKNOW

You might also like