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