Databases are the backbone of most apps. This project was a deep dive into Relational Database Management Systems (RDBMS).
Database Schema
I designed a normalized schema with tables for Books, Members, and Loans. Foreign keys enforce referential integrity.
Backend Logic
Vanilla PHP handles the form submissions. I used PDO (PHP Data Objects) for database connections to prevent SQL injection attacks.
Technologies Analyzed
PHP MySQL SQL Database Design
