DBMS QUESTIONS (FINAL)
DBMS QUESTIONS (FINAL)
Q17.What are the properties of a weak entity? How the primary key of a weak
entity is defined when it is converted to a relation in relational model?
Q18. What is the upper limit on number of primary keys and candidate keys for
any relation in relational model?
Q19.How does aggregate operators of SQL treat NULL values? Explain with
example.
Q28.What is Concurrency?
PART-B
Q1.Differentiate between File System and DBMS.Explain the ternary
relationship with a suitable example.
Q2.Explain the features of the E-R model.Draw and explain E-R model for
Library Management System.
Q6. Explain the role and importance of relational algebra. Also, explain six basic
operators of relation algebra with example.
PART-C
Q1.Consider the following relational schema:
Employee
(empno,name,office,age)
Books(isbn, title,
authors,publisher)
Loan(empno,
isbn,date)
(b) Find the names of employees who have borrowed all books Published
by McGraw- Hill?
(c) Find the names of employees who have borrowed more than five
different books published by McGraw-Hill?
(d) For each publisher, find the names of employees who have
borrowed?
(e) List all employees whose name contain at least one 'a' and one 'h' at any position.
(f) Find the total salary paid to employees of "accounts" department.
(g) Print the total number of employees whose salary is more than 40,000.