Database Design and Implementation: Blood Donation System Project
VerifiedAdded on  2022/08/29
|13
|1224
|16
Project
AI Summary
This assignment presents a comprehensive database design for a national blood bank system. It begins with a case study outlining the requirements for a new system capable of handling a large volume of information and improving efficiency for blood seekers and management. The assignment then details the conceptual database design, followed by the logical database design, including the creation of tables using Oracle DBMS. It covers the creation of tables such as Doner, BloodBankManager, Employee, BloodBank, Blood, Seeker, Hospital, and Stock, each with appropriate attributes and primary/foreign key relationships. The solution also includes the creation of four useful indexes to optimize data retrieval. Finally, the assignment provides examples of SQL queries, including SELECT statements, INNER JOINs, OUTER JOINs, subqueries, sorting, and count functions, demonstrating how to retrieve and manipulate data within the database. The project showcases the design and implementation of a functional database system for managing blood donation and related operations.
Contribute Materials
Your contribution can guide someone’s learning journey. Share your
documents today.
1 out of 13