Generate KERALA UNIVERSITY Class 4 database design Question Paper
Create exam-ready question papers instantly using ZenQB AI. Perfect for teachers and students.
Sample Questions
- (a) What are the responsibilities of the DBA and the database designers? 6
- (a) Consider the ER diagram.
- (a) Explain 2PC locking protocol. Whether it guarantee serializability and deadlock free?
- What is a foreign key? Give an example.
- (b) Create the following tables with foreign key constraints wherever necessary. DEPOSIT(actno,cname,bname,amount,adate) BRANCH(bname,city) CUSTOMERS(cname,City) BORROW(loanno,cname,bname,amount) ...