Podcast
Questions and Answers
What is the purpose of including connection and disconnection statements to the database?
What is the purpose of including connection and disconnection statements to the database?
- To automatically save changes made to the database
- To establish and terminate a connection to the database, ensuring proper data access and release of resources (correct)
- To improve the performance of the database application
- To encrypt the data stored in the database
Which operation in the menu driven python program allows adding new data to the STUDENT table?
Which operation in the menu driven python program allows adding new data to the STUDENT table?
- READ
- INSERT (correct)
- UPDATE
- DELETE
What is the purpose of the menu driven python program in the context of the database application?
What is the purpose of the menu driven python program in the context of the database application?
- To secure the database from unauthorized access
- To automatically generate reports from the database
- To optimize the database performance
- To provide a user-friendly interface for interacting with the database (correct)