Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

WORLD UNIVERSITY OF BANGLADESH

Assignment
On

Database Management Concepts Lab

Course Code: CSE 704

Submitted to:

Md. Nazmus Sakib


Lecture
World University of Bangladesh

Submitted by:

Sadia Sabah Shadh


Roll: 3093
Batch: 50A
ID: WUB 03/20/50/3093
Department of CSE

Submission Date: 08/08/2021


Table Descriptions:
Question - 01

Retrieve details of all books in the library – id, title, name of publisher, authors,
number of copies in each Programme, etc.

Solution-01:
Question - 02

Get the particulars of borrowers who have borrowed more than 3 books, but from Jan 2020 to
Jun 2021.

Solution-02:
Question - 03

Delete a book in BOOK table. Update the contents of other tables to reflect this data
manipulation operation.

Solution-03:
Question – 04

Partition the BOOK table based on year of publication. Demonstrate its working with a simple
query.

Solution-04:
Question – 05

Create a view of all books and its number of copies that are currently available in the Library.

Solution-05:

You might also like