CREATE TABLE users ( id INT AUTO_INCREMENT PRIMARY KEY, name VARCHAR(200), username VARCHAR(100) UNIQUE, password VARCHAR(100), role VARCHAR(50) DEFAULT 'ADMIN ...
A complete library system built using Java Swing and Oracle SQL. The system supports book loaning, returns, user management, authentication, and full database integration.