DBMS Assignment 1
DBMS Assignment 1
Assignment-1 (Unit-1)
Book(ISBN,Title,Author,Publisher)
Issue(Roll_No,ISBN,Date-of-Issue)
1) List roll number and name of all students of the branch ‘CSE’
2) Find the name of student who has issued a book published by ‘ABC’ publisher.
3) List title of all books and their authors issued to a student ‘RAM’
4) List title of all books issued on before December 1,2020
5) List all books published by publisher ‘ABC’
Q.3 What is Data Abstraction? How the Data Abstraction is achieved in DBMS?
Q.4 What are the different types of domains used in relational model? Discuss the
referential integrity constraint with suitable example.
Q.5 Explain the three schema architecture. Explain in detail with diagram.