Embed presentation
Download to read offline

The document outlines the development of a console-based database application for managing donations for an NGO. It specifies creating a database named ngo.db with a donations table that includes fields for donor names and donation amounts. Additionally, a Python program called donations.py is to be written to allow users to input records into the database and terminate the process as needed.
