Database Management System 2076
Attempt all the questions.
AI is thinking...
Section A
AI is thinking...
Long Answer Questions
AI is thinking...
Attempt any Two questions
AI is thinking...
1. What are the advantages of using Database Management System over traditional filing system? Explain different data models with example.(3 + 7)
AI is thinking...
2. What is concurrency control? Name various methods of controlling the concurrency control? Differentiate between Binary lock and shared/Exclusive lock.(3 + 3 + 4 = 10)
AI is thinking...
3. What is normal form? Explain their types. Explain about loss-less join decomposition.(3 + 3 + 4 = 10)
AI is thinking...
Section-B
AI is thinking...
Short Answer Questions(8 x 5 = 40)
AI is thinking...
Attempt any Eight questions.
AI is thinking...
4. What is data abstraction? What are three levels of data abstraction? Explain.(2 + 3)
AI is thinking...
5. What is difference between Entities and Entity sets? Explain with example.(5)
AI is thinking...
6. Create two table Courses (CID, Course, Dept) and HoD (Dept, Head) using SQL language with all constraints [Primary key, Foreign key and Referential Integrity]. Assume the types of attributes by your own.(5)
AI is thinking...
7. Differentiate between Integrity and Security with example.(5)
AI is thinking...
8. Define schedule and serializability. How can you test the serializability?(2 + 3)
AI is thinking...
9. What is Granulity of data items? How does it effect in concurrency control?(2 + 3)
AI is thinking...
10. Explain 2 phase locking technique in brief.(5)
AI is thinking...
11. What are the different approaches of Database recover? What should log file maintain in log-based recovery?(3 +- 2 = 5)
AI is thinking...
12. Explain the use of primary and foreign key in DBMS with example. What is the role of foreign key?(3 + 2)
AI is thinking...