You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An intermediate SQL project demonstrating a Library Management System using library_db. It covers creating tables for branches, employees, members, books, issued and return statuses, along with performing CRUD operations and utilizing CTAS. The goal is to showcase SQL skills in database management and querying.