Select Your Favourite
Category And Start Learning.

Library Database?

Create a Library Database with the following tables: Book, Book_Authors, Publisher, Book_Copies, Book_Lending, Library_Programme. Write SQL queries to retrieve details of the Book, borrowers etc.

Order Database?

Create an Order Database with the following tables: Salesman, Customer, Orders. Write SQL queries to retrieve details of the customers, salesman, orders etc.

Movie Database?

Create a Movie Database with the following tables: Actor, Director, Movies, Movie_Cast and Rating. Write SQL queries to retrieve details of the movies, actors etc.

College Database?

Create a College Database with the following tables: Student, Semsec, Class, Course and IAMarks. Write SQL queries to retrieve details of the students, test results etc

Company Database?

Create a Company Database with the following tables: Employee, Department,DLocation, Project, Works_On. Write SQL queries to retrieve project details, employee details etc

Final Chapter

Hands-On Library DB