100% found this document useful (1 vote)
171 views

DBMS Internal (2020) Question

The document outlines an internal exam for a BCA course on database management systems (DBMS). It lists 6 questions worth 10 marks each, covering topics like database normalization, keys in relational databases, advantages of the database approach over traditional file systems, and data models used in DBMS. Students are instructed to attempt any 2 questions from the list within the 90 minute exam period.

Uploaded by

Shubham Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
171 views

DBMS Internal (2020) Question

The document outlines an internal exam for a BCA course on database management systems (DBMS). It lists 6 questions worth 10 marks each, covering topics like database normalization, keys in relational databases, advantages of the database approach over traditional file systems, and data models used in DBMS. Students are instructed to attempt any 2 questions from the list within the 90 minute exam period.

Uploaded by

Shubham Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Department of Computer Applications

St. Columba’s College, Hazaribag


BCA-II Internal Exam 2019-2022
Subject : BCA C2003 [DBMS ] Time : 90 Minutes F. M-20

Attempt any 2 questions. Each question carries marks.

1. Student( Enrno, name, courseId, emailId, cellno) and Course (courseId, course_name,
duration) - 10 Marks
(i) Add a column city in student table.
(ii) Drop column duration from course table.
(iii) List name of all courses with their duration from course table.
(iv) List name of all students start with "a".
(v) List emailId and cellno of all students.

2. Student( Enrno, name, courseId, emailId, cellno) and Course (courseId, course_name,
duration) - 10 Marks
(i) Rename column name to stud_name in student table
(ii) Add primary key on column courseId in student table
(iii) Add foreign key on column course Id in course table
(iv) Drop foreign key on column course Id in course table
(v) Drop primary key on column courseId in student table

3. State 1NF, 2NF & 3NF and explain with examples.- 10 Marks

4. Explain in detail about various types of key used in the relation database system. 10 Marks

5. Discuss the main advantages of the database approach and specify how it differs from traditional
file system. 10 Marks

6. Explain different types of data models used in DBMS. 10 Marks

-------------------------------------------------------*-----------------------------------------------------------

You might also like