0% found this document useful (0 votes)
163 views

DBMS Question Bank and Assignment - 1

Uploaded by

ViRuS ツAnimUS
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
163 views

DBMS Question Bank and Assignment - 1

Uploaded by

ViRuS ツAnimUS
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

ATRIA INSTITUTE OF TECHNOLOGY

Department of Computer Science and Engineering


Subject: Database Management Systems
Sem: IV Subject code: BCS403

ASSIGNMENT-1

1. Define the following terms with examples:


a. i) Data Model ii) Schema iii) DML iv) Entity set v) Attribute
2. Compare DBMS and early file systems bringing out the major advantages of the database
approach.
3. Describe the characteristics of database approach.
4. With neat diagram, describe “Three Schema Architecture” and “Data Independence”.
5. List and explain actors on the scene in database in detail.
6. With block diagram, explain the different phases of database design
7. Describe about Schema based constraints in detail.
8. Define the following with an example:
i) Weak entity type ii) Participation constraint
iii) Cardinality ratio iv) Recursive relationship v) Specialization
i) Primary KEY. ii) Foreign key iii) Tuple iv)Data Independence. v) Derived Attribute

9. Define data model. Explain categories of data models.


10. With a neat diagram, explain the component modules of DBMS and their interactions.
(Simplified Database system environment)
11. Explain different types of attributes that occur in an ER diagram model with example.
12. Develop an ER diagram for keeping track of information about a COMPANY database taking
into account at least five entities.
13. State and Explain in brief DBMS Applications.
14. Discuss different types of user friendly interfaces and the types of users who typically use
each?
15. b) Write ER Diagram for the Movie Database:
ACTOR(Act_id, Act_Name, Act_Gender)
DIRECTOR(Dir_id, Dir_Name, Dir_Phone)
MOVIES(Mov_id, Mov_Title, Mov_Year, Mov_Lang, Dir_id)

MOVIE_CAST(Act_id, Mov_id, Role)

RATING(Mov_id, Rev_Stars)
16. Explain Relational Integrity Constraints with Appropriate examples.
17. Develop an ER diagram for keeping track of information about a UNIVERSITY database taking
into account at least four entities.
18. Explain in detail DDL,DML,DCL with Examples.
19. List and Explain The symbols used in E-R Diagram with Examples

20. Draw an E-R diagram for College Database:


STUDENT(USN, SName, Address, Phone, Gender)
SEMSEC(SSID, Sem, Sec)
CLASS(USN, SSID)
COURSE(Subcode, Title, Sem, Credits)
IAMARKS(USN, Subcode, SSID, Test1, Test2, Test3, FinalIA)

You might also like