Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue describes a project to design a library database system. It involves creating five core tables (Books, Authors, Categories, Students, Borrows) and defining their primary and foreign key relationships. The project also requires populating these tables with dummy data and writing three specific SQL queries, including a JOIN, finding the student who borrowed the most books, and filtering books by category and page count.
AI Summary: This issue requires users to watch the first 20 videos from a provided YouTube playlist covering SQL introduction and basic queries. After watching, they must practice the code examples demonstrated in the videos using SQL Server Management Studio (SSMS) on their local machines and save their work.