0% found this document useful (0 votes)
3 views1 page

Python Assignment Unit 6

Uploaded by

harshil.savaj
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)
3 views1 page

Python Assignment Unit 6

Uploaded by

harshil.savaj
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

Python Assignment Unit 6

1. Discuss advantages of DBMS over Files.


2. Write a Python program to retrieve and display all rows from the
table.
3. Write A Python program to retrieve all rows from table and display
the column values in tabular form.
4. Write a Python program to insert several rows into a table from the
keyboard.
5. Write a Python program to delete a row from emptab by accepting
the employee number.
6. Write Python program to increase the salary of an employee by
accepting the employee number from keyboard.

Reference: R Nageswara Rao, Core Python Programming, 2nd


Edition, Dreamtech Press, Chapter 24: Python’s Database
Connectivity

You might also like