Database Management System 2078

Tribhuwan University
Institute of Science and Technology
2078
Bachelor Level / Fourth Semester / Science
Computer Science and Information Technology ( CSC260 )
( Database Management System )
Full Marks: 60
Pass Marks: 24
Time: 3 hours
Candidates are required to give their answers in their own words as far as practicable.
The figures in the margin indicate full marks.

Section A

Long Answer Questions.

Attempt any Two questions.        (2 x 10 = 20)

1. What are different types of Database users and their roles? Explain the Data independence with example.

10 marks view

2. what are the components of ER diagram? Explain the function of various symbols use in ER diagram. Construct an ER diagram to store data in a library of your college.

10 marks view

3. Explain deadlock and starvation. Explain Time stamp based protocol for concurrency control?

10 marks view

Section B

Short Answer Questions.

Attempt any Eight questions.        (8 x 5 = 40)

4. What is difference between logical data independence and physical data independence?

5 marks view

5. Explain Relationship and Relationship sets with example.

5 marks view

6. Retrieve the TName, SName, SPhone for "ABC" school using SQL from given relation as below.

        TEACHER(TID, TName, TAddress, TQualification)

        SCHOOL(SID, SName, SAddress, SPhone)

        SCHOOL_TEACHER(SID, TID, No_of Period).

5 marks view

7. What is integrity? Explain different types of database integrity.

5 marks view

8. Define Functional dependencies. Explain trivial and non trivial dependencies?

5 marks view

9. Explain the difference between "Join" and "Natural Join" of algebraic operators with example.

5 marks view

10. What is Checkpoints in database recovery? How does it help in database recovery? Explain.

5 marks view

11. Define schedule and serializability. How can you test the serializability?

5 marks view

12. Explain Boyce-Codd normal form with example. How it is different than 3rd Normal form.

5 marks view